VectorRasterizationOptionsRelativePosition Property |
Position of top left corner of exported region relative to whole document's image, in relative units - 0,0 is top left, 1,1 is bottom of document's image.
Namespace:
Aspose.CAD.ImageOptions
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax public PointF RelativePosition { get; set; }
Public Property RelativePosition As PointF
Get
Set
public:
property PointF RelativePosition {
PointF get ();
void set (PointF value);
}
member RelativePosition : PointF with get, set
Property Value
Type:
PointFSee Also