Table of Contents

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

command StrokePolylineCommand

The wrapped stroke polyline command.

Properties

Command

Gets the wrapped stroke polyline command.

public StrokePolylineCommand Command { get; }

Property Value

StrokePolylineCommand

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

visitor ICompositionSceneCommandVisitor

The visitor receiving the command.