Class OdLineTo
Tên không gian: Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic Tổng hợp: Aspose.Imaging.dll (25.4.0)
Tăng cường LineTo
[JsonObject(MemberSerialization.OptIn)]
public class OdLineTo : OdGraphicObject
Inheritance
object ← OdObject ← OdGraphicObject ← OdLineTo
Thành viên thừa kế
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)
Bắt đầu một trường hợp mới của Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdLineTo class.
public OdLineTo(OdObject parent)
Parameters
parent
OdObject
cha mẹ .
Properties
Coordinates
Nhận hoặc thiết lập các phối hợp.
[JsonProperty]
public PointF Coordinates { get; set; }
Giá trị bất động sản
Horizontal
Nhận hoặc đặt một giá trị cho biết liệu Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdLineTo có dọc hay không.
[JsonProperty]
public bool Horizontal { get; set; }
Giá trị bất động sản
Vertical
Nhận hoặc đặt một giá trị cho biết liệu Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdLineTo có dọc hay không.
[JsonProperty]
public bool Vertical { get; set; }