Interface ICommandList
- Namespace
- PaintDotNet.Direct2D1
- Assembly
- PaintDotNet.Windows.dll
Represents a sequence of commands that can be recorded and played back.
ID2D1CommandList
public interface ICommandList : IDeviceImage, IDirect2DResource, IObjectRef, IIsDisposed, IDisposable, IFactoryProperty, IInternalImpl
- Inherited Members
- Extension Methods
Methods
- Close()
Instructs the command list to stop accepting commands so that you can use it as an input to an effect or in a call to DrawImage(IDeviceImage, Point2Float?, in RectFloat?, InterpolationMode, CompositeMode).
- Stream(ICommandSink)
Streams the contents of the command list to the specified command sink.