Class EmfPlusPathPointType

Class EmfPlusPathPointType

Nama dari : Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects Pengumpulan: Aspose.Imaging.dll (25.4.0)

Objek EmfPlusPathPointType menetapkan nilai jenis yang terkait dengan titik pada grafis

public sealed class EmfPlusPathPointType : EmfPlusBasePointType

Inheritance

object EmfPlusBasePointType EmfPlusPathPointType

anggota yang diwarisi

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

Constructors

EmfPlusPathPointType()

public EmfPlusPathPointType()

Properties

Data

Dapatkan atau menetapkan data.

public int Data { get; set; }

Nilai Properti

int

Flags

Dapatkan atau menetapkan medan bendera 4-bit yang menentukan sifat titik jalur.Nilai ini harus menjadi salah satu atau lebih bendera PathPointType (bahagian 2.1.2.6).

public EmfPlusPathPointTypeFlags Flags { get; set; }

Nilai Properti

EmfPlusPathPointTypeFlags

Type

Dapatkan atau menetapkan 4 bit tidak ditandatangani seluruh jenis titik jalur. nilai ini harusditentukan dalam daftar PathPointType (bahagian 2.1.1.23).

public EmfPlusPathPointTypeEnum Type { get; set; }

Nilai Properti

EmfPlusPathPointTypeEnum

 Indonesia