IPathSegment

IPathSegment interface

Represents segment of graphics path of GeometryShape

public interface IPathSegment

Properties

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

See Also