Class EmfPlusPathPointType
Class EmfPlusPathPointType
Název místa: Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects Shromáždění: Aspose.Imaging.dll (25.4.0)
Objekt EmfPlusPathPointType specifikuje hodnotu typu spojenou s bodem na grafiku
public sealed class EmfPlusPathPointType : EmfPlusBasePointType
Inheritance
object ← EmfPlusBasePointType ← EmfPlusPathPointType
Dědiční členové
object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
EmfPlusPathPointType()
public EmfPlusPathPointType()
Properties
Data
Obdržíte nebo nastavíte údaje.
public int Data { get; set; }
Hodnota nemovitosti
Flags
Obdrží nebo nastaví 4-bitové vlajkové pole, které specifikuje vlastnosti bodu cesty.Tato hodnota musí být jednou nebo více vlajkami PathPointType (oddíl 2.1.2.6).
public EmfPlusPathPointTypeFlags Flags { get; set; }
Hodnota nemovitosti
Type
Obdrží nebo nastaví 4-bitový neoznačený integrovaný bodový typ. Tato hodnota musí býtdefinované v PathPointType seznamu (oddíl 2.1.1.23).
public EmfPlusPathPointTypeEnum Type { get; set; }