Class OdLineTo

Class OdLineTo

Nazwa przestrzeń: Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic Zgromadzenie: Aspose.Imaging.dll (25.4.0)

Wzmocniona linia

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

Inheritance

object OdObject OdGraphicObject OdLineTo

Dziedziczeni członkowie

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)

Inicjalizuje nową instancję Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdLineTo klasę.

public OdLineTo(OdObject parent)

Parameters

parent OdObject

z rodzicem .

Properties

Coordinates

Dostęp lub ustawienie współrzędnych.

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

Wartość nieruchomości

PointF

Horizontal

Otrzymuje lub ustawia wartość wskazującą, czy Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdLineTo jest pionowy.

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

Wartość nieruchomości

bool

Vertical

Otrzymuje lub ustawia wartość wskazującą, czy Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdLineTo jest pionowy.

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

Wartość nieruchomości

bool

 Polski