Api Sandbox Utility Svg AddPolyPathCommand
class

AddPolyPathCommand

public class AddPolyPathCommand : PathCommand

See , .

Constructors

AddPolyPathCommand(IReadOnlyList<Vector2> Points, Boolean Close)

Properties

Name Type Description
Points IReadOnlyList<Vector2>
Close Boolean

Methods

virtual override AddPolyPathCommand <Clone>$()
Void Deconstruct(IReadOnlyList<Vector2> Points, Boolean Close)
Assembly: Sandbox.Engine Namespace: Sandbox.Utility.Svg Full Name: Sandbox.Utility.Svg.AddPolyPathCommand