EmfPlusPathPointType

EmfPlusPathPointType class

L’oggetto EmfPlusPathPointType specifica un valore di tipo associato a un punto su un graphics

public sealed class EmfPlusPathPointType : EmfPlusBasePointType

Costruttori

NomeDescrizione
EmfPlusPathPointType()Default_Costruttore

Proprietà

NomeDescrizione
Data { get; set; }Ottiene o imposta i dati.
Flags { get; set; }Ottiene o imposta un campo flag a 4 bit che specifica le proprietà del punto del percorso. Questo valore DEVE essere uno o più flag PathPointType (sezione 2.1.2.6).
Type { get; set; }Ottiene o imposta il tipo di punto di percorso intero senza segno a 4 bit. Questo valore DEVE essere definito nell’enumerazione PathPointType (sezione 2.1.1.23).

Guarda anche