AddPolyPathCommand Class

Definition

public record AddPolyPathCommand(IList<SKPoint>? Points, bool Close) : PathCommand, IDeepCloneable<PathCommand>, IEquatable<PathCommand>, IEquatable<AddPolyPathCommand>
Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.

Constructors (1)

Properties (2)