Class OdLine

Class OdLine

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

Line Object Hakkında

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

Inheritance

object OdObject OdGraphicObject OdStyledObject OdLine

mirasçı üyeleri

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)

Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdPage sınıfının yeni bir örneğini başlatır.

public OdLine(OdObject parent)

Parameters

parent OdObject

Bir ebeveyn.

Properties

Point1

1 numaralı noktaya girin veya girin.

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

Mülkiyet Değer

PointF

Point2

2 noktaya girin veya girin.

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

Mülkiyet Değer

PointF

 Türkçe