Class OdMeasure

Class OdMeasure

名称: Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic 收藏: Aspose.Imaging.dll (25.4.0)

测量

[JsonObject(MemberSerialization.OptIn)]
public class OdMeasure : OdStyledObject

Inheritance

object OdObject OdGraphicObject OdStyledObject OdMeasure

继承人

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)

启动 Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdMeasure 类的新例子。

public OdMeasure(OdObject parent)

Parameters

parent OdObject

父母的。

Properties

Point1

接到或设置点1。

[JsonProperty]
public PointF Point1 { get; set; }

财产价值

PointF

Point2

接到或设置点2。

[JsonProperty]
public PointF Point2 { get; set; }

财产价值

PointF

Point3

接到或设置点3。

[JsonProperty]
public PointF Point3 { get; set; }

财产价值

PointF

Point4

接到或设置点4。

[JsonProperty]
public PointF Point4 { get; set; }

财产价值

PointF

 中文