Click or drag to resize
CanvasCommandList Class
A list of commands that can be recorded and used anywhere an image can be used.
Inheritance Hierarchy
SystemObject
  Microsoft.Graphics.CanvasCanvasCommandList

Namespace:  Microsoft.Graphics.Canvas
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public sealed class CanvasCommandList : ICanvasImage, 
	IGraphicsEffectSource, IDisposable

The CanvasCommandList type exposes the following members.

Constructors
  NameDescription
Public methodCanvasCommandList
Initializes a new instance of the CanvasCommandList class.
Top
Properties
  NameDescription
Public propertyDevice
Gets the device associated with this CanvasCommandList.
Top
Methods
  NameDescription
Public methodCreateDrawingSession
Returns a new drawing session. This CanvasCommandList records drawing commands on this drawing session.
Public methodDispose
Releases all resources used by the CanvasCommandList.
Public methodGetBounds(ICanvasResourceCreator)
Retrieves the bounds of this CanvasCommandList.
Public methodGetBounds(ICanvasResourceCreator, Matrix3x2)
Retrieves the bounds of this CanvasCommandList.
Top
Remarks

When using Direct2D interop, this Win2D class corresponds to the Direct2D interface ID2D1CommandList.

See Also