Class EmfPlusPathPointType

Class EmfPlusPathPointType

İsim alanı : Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects Toplantı: Aspose.Imaging.dll (25.4.0)

EmfPlusPathPointType nesnesi bir grafikte bir nokta ile ilişkili bir tip değeri belirler.

public sealed class EmfPlusPathPointType : EmfPlusBasePointType

Inheritance

object EmfPlusBasePointType EmfPlusPathPointType

mirasçı üyeleri

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

Constructors

EmfPlusPathPointType()

public EmfPlusPathPointType()

Properties

Data

Verileri alır ya da yerleştirir.

public int Data { get; set; }

Mülkiyet Değer

int

Flags

Yol noktası özelliklerini belirleyen 4 bit bayrak alanı alır veya ayarlar.Bu değer PathPointType bayraklarından bir veya daha fazlası olmalıdır (bölüm 2.1.2.6).

public EmfPlusPathPointTypeFlags Flags { get; set; }

Mülkiyet Değer

EmfPlusPathPointTypeFlags

Type

4-bit işaretlenmemiş bütün yol noktası türünü alır veya ayarlar. bu değerPathPointType listesinde tanımlanmıştır (bölüm 2.1.1.23).

public EmfPlusPathPointTypeEnum Type { get; set; }

Mülkiyet Değer

EmfPlusPathPointTypeEnum

 Türkçe