Class EmfPlusPathPointType

Class EmfPlusPathPointType

Il nome: Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects Assemblea: Aspose.Imaging.dll (25.4.0)

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

public sealed class EmfPlusPathPointType : EmfPlusBasePointType

Inheritance

object EmfPlusBasePointType EmfPlusPathPointType

I membri ereditari

object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

EmfPlusPathPointType()

public EmfPlusPathPointType()

Properties

Data

Riceve o mette i dati.

public int Data { get; set; }

Valore di proprietà

int

Flags

Riceve o impone un campo di bandiera di 4 bit che specifica le proprietà del punto di percorso.Questo valore DEVE essere uno o più delle bandiere PathPointType (sezione 2.1.2.6).

public EmfPlusPathPointTypeFlags Flags { get; set; }

Valore di proprietà

EmfPlusPathPointTypeFlags

Type

Riceve o imposta il tipo di punto di percorso integrale non segnato a 4 bit. Questo valore deve esseredefinito nell’elenco PathPointType (sezione 2.1.1.23).

public EmfPlusPathPointTypeEnum Type { get; set; }

Valore di proprietà

EmfPlusPathPointTypeEnum

 Italiano