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

 한국어