Class OdLine

Class OdLine

Název místa: Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic Shromáždění: Aspose.Imaging.dll (25.4.0)

Objekt linie

[JsonObject(MemberSerialization.OptIn)]
public class OdLine : OdStyledObject

Inheritance

object OdObject OdGraphicObject OdStyledObject OdLine

Dědiční členové

OdStyledObject.Style , OdStyledObject.Rectangle , 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

OdLine(OdObject)

Začíná nový příklad třídy Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdPage.

public OdLine(OdObject parent)

Parameters

parent OdObject

a rodiče.

Properties

Point1

Získejte nebo nastavte bod 1.

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

Hodnota nemovitosti

PointF

Point2

Získejte nebo nastavte bod 2.

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

Hodnota nemovitosti

PointF

 Čeština