Class EmfPlusPathPointType

Class EmfPlusPathPointType

Der Name: Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects Versammlung: Aspose.Imaging.dll (25.4.0)

Im EmfPlusPathPointType-Objekt wird ein Typwert angegeben, das mit einem Punkt auf einem Grafik verbunden ist.

public sealed class EmfPlusPathPointType : EmfPlusBasePointType

Inheritance

object EmfPlusBasePointType EmfPlusPathPointType

Vererbte Mitglieder

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

Constructors

EmfPlusPathPointType()

public EmfPlusPathPointType()

Properties

Data

Sie erhalten oder setzen die Daten.

public int Data { get; set; }

Eigentumswert

int

Flags

Erhält oder setzt ein 4-Bit-Flagfeld, das die Eigenschaften des Wegpunkts angibt.Dieser Wert muss eine oder mehrere der PathPointType-Flaggen sein (Abschnitt 2.1.2.6).

public EmfPlusPathPointTypeFlags Flags { get; set; }

Eigentumswert

EmfPlusPathPointTypeFlags

Type

Gibt oder setzt 4-Bit unschriebene vollständige Path Point-Typ. Dieser Wert MUSTdefiniert in der PathPointType-Liste (Abschnitt 2.1.1.23).

public EmfPlusPathPointTypeEnum Type { get; set; }

Eigentumswert

EmfPlusPathPointTypeEnum

 Deutsch