Class OdLineTo

Class OdLineTo

İsim alanı : Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic Toplantı: Aspose.Imaging.dll (25.4.0)

Gelişmiş LineTo

[JsonObject(MemberSerialization.OptIn)]
public class OdLineTo : OdGraphicObject

Inheritance

object OdObject OdGraphicObject OdLineTo

mirasçı üyeleri

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 sınıfının yeni bir örneğini başlatır.

public OdLineTo(OdObject parent)

Parameters

parent OdObject

Bir ebeveyn.

Properties

Coordinates

Koordinasyonlar belirlenir veya belirlenir.

[JsonProperty]
public PointF Coordinates { get; set; }

Mülkiyet Değer

PointF

Horizontal

Bu Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdLineTo vertikal olup olmadığını gösteren bir değer alır veya ayarlar.

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

Mülkiyet Değer

bool

Vertical

Bu Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdLineTo vertikal olup olmadığını gösteren bir değer alır veya ayarlar.

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

Mülkiyet Değer

bool

 Türkçe