BezierKnotRecord

BezierKnotRecord class

Classe record nodo Bezier

public class BezierKnotRecord : VectorPathRecord

Costruttori

NomeDescrizione
BezierKnotRecord()Inizializza una nuova istanza diBezierKnotRecord classe.
BezierKnotRecord(byte[])Inizializza una nuova istanza diBezierKnotRecord classe.

Proprietà

NomeDescrizione
IsClosed { get; set; }Ottiene o imposta un valore che indica se questa istanza è chiusa.
IsLinked { get; set; }Ottiene o imposta un valore che indica se questa istanza è collegata.
IsOpen { get; set; }Ottiene o imposta un valore che indica se questa istanza è aperta.
PathPoints { get; set; }Ottiene o imposta i punti del percorso.
Points { get; set; }Ottiene o imposta i punti.
override Type { get; }Ottiene il tipo.

Guarda anche