EmfPlusDrawBeziers.Relative
EmfPlusDrawBeziers.Relative property
Gets or sets a value indicating whether the PointData 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. Note If this flag is set, the C flag (above) is undefined and MUST be ignored.
public bool Relative { get; set; }
Property Value
true
if relative; otherwise, false
.
See Also
- class EmfPlusDrawBeziers
- namespace Aspose.Imaging.FileFormats.Emf.EmfPlus.Records
- assembly Aspose.Imaging