Class OdMeasure
Class OdMeasure
Namespace: Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic
Assembly: Aspose.Imaging.dll (25.2.0)
The Measure
[JsonObject(MemberSerialization.OptIn)]
public class OdMeasure : OdStyledObject
Inheritance
object ← OdObject ← OdGraphicObject ← OdStyledObject ← OdMeasure
Inherited Members
OdStyledObject.Style, OdStyledObject.Rectangle, OdGraphicObject.AbsoluteCoordinates, OdObject.parent, OdObject.Parent, OdObject.Items, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
OdMeasure(OdObject)
Initializes a new instance of the Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdMeasure class.
public OdMeasure(OdObject parent)
Parameters
parent
OdObject
The parent.
Properties
Point1
Gets or sets the point1.
[JsonProperty]
public PointF Point1 { get; set; }
Property Value
Point2
Gets or sets the point2.
[JsonProperty]
public PointF Point2 { get; set; }
Property Value
Point3
Gets or sets the point3.
[JsonProperty]
public PointF Point3 { get; set; }
Property Value
Point4
Gets or sets the point4.
[JsonProperty]
public PointF Point4 { get; set; }