Method CreateCommandList
- Namespace
- PaintDotNet.Direct2D1
- Assembly
- PaintDotNet.Windows.dll
CreateCommandList()
Creates an ICommandList object.
ICommandList CreateCommandList()
Returns
- ICommandList
The new command list.
Remarks
A ICommandList can store Direct2D commands to be displayed later through DrawImage(IDeviceImage, Point2Float?, in RectFloat?, InterpolationMode, CompositeMode) or through an IImageBrush.