IsRelative

EmfPlusFillPolygon.IsRelative property

Gets or sets a value indicating whether this instance is relative. If set, each element in PointData specifies a location in the coordinate space that is relative to the location specified by the previous element in the array. In the case of the first element in PointData, a previous location at coordinates (0,0) is assumed. If clear, PointData specifies absolute locations according to the C flag

public bool IsRelative { get; set; }

Property Value

true if this instance is relative; otherwise, false.

See Also