Property Position
Position
Gets or sets the position of this TextElement.
Declaration
public PointF Position { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.PointF | The position scaled on a 1280*720 pixel base. |
Implements
Remarks
If ScaledDraw is called, the position will be scaled by the width returned in ScaledWidth.