Class BezierKnotRecord

Class BezierKnotRecord

Nazwa przestrzeń: Aspose.Imaging.FileFormats.Core.VectorPaths Zgromadzenie: Aspose.Imaging.dll (25.4.0)

Bezier Knot Klasy rekordowe

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

Inheritance

object VectorPathRecord BezierKnotRecord

Dziedziczeni członkowie

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

Constructors

BezierKnotRecord()

Inicjalizuje nową instancję klasy Aspose.Imaging.FileFormats.Core.VectorPaths.BezierKnotRecord.

[JsonConstructor]
public BezierKnotRecord()

BezierKnotRecord(byte[])

Inicjalizuje nową instancję klasy Aspose.Imaging.FileFormats.Core.VectorPaths.BezierKnotRecord.

public BezierKnotRecord(byte[] data)

Parameters

data byte [ ]

Dane z rekordów.

Properties

IsClosed

Otrzymuje lub ustawia wartość wskazującą, czy ta instancja jest zamknięta.

public bool IsClosed { get; set; }

Wartość nieruchomości

bool

IsLinked

Otrzymuje lub ustawia wartość wskazującą, czy ta instancja jest połączona.

public bool IsLinked { get; set; }

Wartość nieruchomości

bool

IsOpen

Otrzymuje lub ustawia wartość wskazującą, czy ta instancja jest otwarta.

public bool IsOpen { get; set; }

Wartość nieruchomości

bool

PathPoints

Uzyskuje lub ustawia punkty ścieżki.

public PointF[] PathPoints { get; set; }

Wartość nieruchomości

PointF [ ]

Points

Uzyskuje lub ustanawia punkty.

public Point[] Points { get; set; }

Wartość nieruchomości

Point [ ]

Type

Otrzymuje ten typ.

public override VectorPathType Type { get; }

Wartość nieruchomości

VectorPathType

 Polski