EmfPlusDrawImagePoints.Relative
EmfPlusDrawImagePoints.Relative property
Gets or sets a value indicating whether this EmfPlusDrawImagePoints
is relative. This bit indicates whether the PointData field specifies relative or absolute locations. 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 EmfPlusDrawImagePoints
- namespace Aspose.Imaging.FileFormats.Emf.EmfPlus.Records
- assembly Aspose.Imaging