PathSegment

PathSegment class

Represents segment of graphics path of GeometryShape

public sealed class PathSegment : IPathSegment

Properties

NameDescription
PathCommand { get; }Path type of the segment
SegmentData { get; }Path data of the segment

See Also