Class BezierKnotRecord

Class BezierKnotRecord

Pôvodný názov: Aspose.Imaging.FileFormats.Core.VectorPaths Zhromaždenie: Aspose.Imaging.dll (25.4.0)

Bezier Knot rekordná trieda

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

Inheritance

object VectorPathRecord BezierKnotRecord

Z dedičných členov

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

Constructors

BezierKnotRecord()

Iniciuje novú inštanciu triedy Aspose.Imaging.FileFormats.Core.VectorPaths.BezierKnotRecord.

[JsonConstructor]
public BezierKnotRecord()

BezierKnotRecord(byte[])

Iniciuje novú inštanciu triedy Aspose.Imaging.FileFormats.Core.VectorPaths.BezierKnotRecord.

public BezierKnotRecord(byte[] data)

Parameters

data byte []

Záznamové údaje .

Properties

IsClosed

Získa alebo nastaví hodnotu, ktorá naznačuje, či je táto inštancia zatvorená.

public bool IsClosed { get; set; }

Hodnota nehnuteľnosti

bool

IsLinked

Získa alebo nastaví hodnotu, ktorá naznačuje, či je táto inštancia prepojená.

public bool IsLinked { get; set; }

Hodnota nehnuteľnosti

bool

IsOpen

Získa alebo nastaví hodnotu, ktorá ukazuje, či je táto inštancia otvorená.

public bool IsOpen { get; set; }

Hodnota nehnuteľnosti

bool

PathPoints

Získať alebo nastaviť cestu bodov.

public PointF[] PathPoints { get; set; }

Hodnota nehnuteľnosti

PointF []

Points

Získať alebo nastaviť body.

public Point[] Points { get; set; }

Hodnota nehnuteľnosti

Point []

Type

Dostane sa ten typ.

public override VectorPathType Type { get; }

Hodnota nehnuteľnosti

VectorPathType

 Slovenčina