Class EmfPlusPathPointType

Class EmfPlusPathPointType

Le nom : Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects Assemblée: Aspose.Imaging.dll (25.4.0)

L’objet EmfPlusPathPointType spécifie une valeur de type associée à un point sur un graphique

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

Obtenez ou mettez les données.

public int Data { get; set; }

Valore di proprietà

int

Flags

Obtenez ou définissez un champ de drapeau de 4 bits qui spécifie les propriétés du point de route.Cette valeur doit être l’une ou plusieurs des drapeaux PathPointType (section 2.1.2.6).

public EmfPlusPathPointTypeFlags Flags { get; set; }

Valore di proprietà

EmfPlusPathPointTypeFlags

Type

Obtenez ou définissez un type de point de route intégral non signé de 4 bits. Cette valeur doit êtredéfinie dans la liste PathPointType (section 2.1.1.23).

public EmfPlusPathPointTypeEnum Type { get; set; }

Valore di proprietà

EmfPlusPathPointTypeEnum

 Français