| CanvasCommandList Class |
Namespace: Microsoft.Graphics.Canvas
public sealed class CanvasCommandList : ICanvasImage, IGraphicsEffectSource, IDisposable
The CanvasCommandList type exposes the following members.
| Name | Description | |
|---|---|---|
| CanvasCommandList | Initializes a new instance of the CanvasCommandList class. |
| Name | Description | |
|---|---|---|
| CreateDrawingSession | Returns a new drawing session. This CanvasCommandList records drawing commands on this drawing session. | |
| Dispose | Releases all resources used by the CanvasCommandList. | |
| GetBounds(ICanvasResourceCreator) | Retrieves the bounds of this CanvasCommandList. | |
| GetBounds(ICanvasResourceCreator, Matrix3x2) | Retrieves the bounds of this CanvasCommandList. |
When using Direct2D interop, this Win2D class corresponds to the Direct2D interface ID2D1CommandList.