ShapeBase
CoordOrigin Property
|
Gets or sets the origin coordinates of the point.
Namespace:
Spire.Doc.Fields.Shapes
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public Point CoordOrigin { get; set; }
Public Property CoordOrigin As Point
Get
Set
public:
property Point CoordOrigin {
Point get ();
void set (Point value);
}
member CoordOrigin : Point with get, set
Property Value
Type:
Point
See Also