Table of Contents

Class StrokePathCompositionSceneCommand

Namespace
SixLabors.ImageSharp.Drawing.Processing.Backends
Assembly
SixLabors.ImageSharp.Drawing.dll

Scene command wrapper for stroked path commands.

public sealed class StrokePathCompositionSceneCommand : CompositionSceneCommand
Inheritance
StrokePathCompositionSceneCommand
Inherited Members

Constructors

StrokePathCompositionSceneCommand(in StrokePathCommand)

Initializes a new instance of the StrokePathCompositionSceneCommand class.

public StrokePathCompositionSceneCommand(in StrokePathCommand command)

Parameters

command StrokePathCommand

The wrapped stroke path command.

Properties

Command

Gets the wrapped stroke path command.

public StrokePathCommand Command { get; }

Property Value

StrokePathCommand

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.