Class EmfPlusPathPointType

Class EmfPlusPathPointType

Nazwa przestrzeń: Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects Zgromadzenie: Aspose.Imaging.dll (25.4.0)

Obiekt EmfPlusPathPointType określa wartość typu połączoną z punktem na wykresie

public sealed class EmfPlusPathPointType : EmfPlusBasePointType

Inheritance

object EmfPlusBasePointType EmfPlusPathPointType

Dziedziczeni członkowie

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

Constructors

EmfPlusPathPointType()

public EmfPlusPathPointType()

Properties

Data

otrzymuje lub ustawia dane.

public int Data { get; set; }

Wartość nieruchomości

int

Flags

Otrzymuje lub ustawia 4-bitowe pole flagi, które określa właściwości punktu ścieżki.Wartość ta musi być jedną lub więcej flag PathPointType (sekcja 2.1.2.6).

public EmfPlusPathPointTypeFlags Flags { get; set; }

Wartość nieruchomości

EmfPlusPathPointTypeFlags

Type

otrzymuje lub ustawia 4-bitowy niewyznaczony pełny typ punktu ścieżki.określone w wykazie PathPointType (sekcja 2.1.1.23).

public EmfPlusPathPointTypeEnum Type { get; set; }

Wartość nieruchomości

EmfPlusPathPointTypeEnum

 Polski