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.OdLineTo 类的新例子。
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; }