Class BezierKnotRecord

Class BezierKnotRecord

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

Bezier Knot rekordní třída

[JsonObject(MemberSerialization.OptIn)]
public class BezierKnotRecord : VectorPathRecord

Inheritance

object VectorPathRecord BezierKnotRecord

Dědiční členové

VectorPathRecord.Type , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

BezierKnotRecord()

Začíná nový příklad třídy Aspose.Imaging.FileFormats.Core.VectorPaths.BezierKnotRecord.

[JsonConstructor]
public BezierKnotRecord()

BezierKnotRecord(byte[])

Začíná nový příklad třídy Aspose.Imaging.FileFormats.Core.VectorPaths.BezierKnotRecord.

public BezierKnotRecord(byte[] data)

Parameters

data byte []a[]

Data z rekord.

Properties

IsClosed

Obdrží nebo nastaví hodnotu, která naznačuje, zda je tato instance uzavřena.

public bool IsClosed { get; set; }

Hodnota nemovitosti

bool

IsLinked

Obdrží nebo nastaví hodnotu, která naznačuje, zda je tato instance propojen.

public bool IsLinked { get; set; }

Hodnota nemovitosti

bool

IsOpen

Obdrží nebo nastaví hodnotu, která naznačuje, zda je tato instance otevřen.

public bool IsOpen { get; set; }

Hodnota nemovitosti

bool

PathPoints

Získáte nebo nastavíte cesty bod.

public PointF[] PathPoints { get; set; }

Hodnota nemovitosti

PointF []a[]

Points

Získáte nebo nastavíte body.

public Point[] Points { get; set; }

Hodnota nemovitosti

Point []a[]

Type

Dostanete ten typ.

public override VectorPathType Type { get; }

Hodnota nemovitosti

VectorPathType

 Čeština