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; }

قيمة الممتلكات

PointF

Horizontal

يحصل أو يضع قيمة تشير إلى ما إذا كان هذا Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdLineTo هو عمودي.

[JsonProperty]
public bool Horizontal { get; set; }

قيمة الممتلكات

bool

Vertical

يحصل أو يضع قيمة تشير إلى ما إذا كان هذا Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdLineTo هو عمودي.

[JsonProperty]
public bool Vertical { get; set; }

قيمة الممتلكات

bool

 عربي