Class OdLine
Class OdLine
名称: Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic 收藏: Aspose.Imaging.dll (25.5.0)
线路对象
[JsonObject(MemberSerialization.OptIn)]
public class OdLine : OdStyledObjectInheritance
object ← OdObject ← OdGraphicObject ← OdStyledObject ← OdLine
继承人
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
OdLine(OdObject)
启动 Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdPage 类的新例子。
public OdLine(OdObject parent)Parameters
parent OdObject
父母的。
Properties
Point1
接到或设置点1。
[JsonProperty]
public PointF Point1 { get; set; }财产价值
Point2
接到或设置点2。
[JsonProperty]
public PointF Point2 { get; set; }