Class OdLineTo
Class OdLineTo
名称: Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic アセンション: Aspose.Imaging.dll (25.4.0)
強化されたライン
[JsonObject(MemberSerialization.OptIn)]
public class OdLineTo : OdGraphicObject
Inheritance
object ← OdObject ← OdGraphicObject ← OdLineTo
相続人
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
OdLineTo(OdObject)
Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdLine クラスの新しい例を開始します。
public OdLineTo(OdObject parent)
Parameters
parent
OdObject
親である。
Properties
Coordinates
コーディネートを設定したり、接続したりする。
[JsonProperty]
public PointF Coordinates { get; set; }
不動産価値
Horizontal
この Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdLineTo が垂直であるかどうかを示す値を取得または設定します。
[JsonProperty]
public bool Horizontal { get; set; }
不動産価値
Vertical
この Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdLineTo が垂直であるかどうかを示す値を取得または設定します。
[JsonProperty]
public bool Vertical { get; set; }