Class PolylineCompositionSceneCommand
- Namespace
- SixLabors.ImageSharp.Drawing.Processing.Backends
- Assembly
- SixLabors.ImageSharp.Drawing.dll
Scene command wrapper for explicit stroked polyline commands.
public sealed class PolylineCompositionSceneCommand : CompositionSceneCommand
- Inheritance
-
PolylineCompositionSceneCommand
- Inherited Members
Constructors
PolylineCompositionSceneCommand(in StrokePolylineCommand)
Initializes a new instance of the PolylineCompositionSceneCommand class.
public PolylineCompositionSceneCommand(in StrokePolylineCommand command)
Parameters
commandStrokePolylineCommandThe wrapped stroke polyline command.
Properties
Command
Gets the wrapped stroke polyline command.
public StrokePolylineCommand Command { get; }
Property Value
Methods
Accept(ICompositionSceneCommandVisitor)
Dispatches the command to a visitor without a per-item kind switch at the call site.
public override void Accept(ICompositionSceneCommandVisitor visitor)
Parameters
visitorICompositionSceneCommandVisitorThe visitor receiving the command.