Class EmfPlusPathPointType
Class EmfPlusPathPointType
Pôvodný názov: Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects Zhromaždenie: Aspose.Imaging.dll (25.4.0)
Objekt EmfPlusPathPointType určuje typovú hodnotu spojenú s bodom na grafike
public sealed class EmfPlusPathPointType : EmfPlusBasePointType
Inheritance
object ← EmfPlusBasePointType ← EmfPlusPathPointType
Z dedičných členov
object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
EmfPlusPathPointType()
public EmfPlusPathPointType()
Properties
Data
Získajte alebo nastavíte údaje.
public int Data { get; set; }
Hodnota nehnuteľnosti
Flags
Dostane alebo nastaví 4-bitové vlajkové pole, ktoré špecifikuje vlastnosti bodu cesty.Táto hodnota musí byť jednou alebo viacerými vlajkami PathPointType (oddiel 2.1.2.6).
public EmfPlusPathPointTypeFlags Flags { get; set; }
Hodnota nehnuteľnosti
Type
Získajte alebo nastavíte 4-bitový neoznačený integrovaný typ bodu cesty. Táto hodnota musí byťdefinované v zozname PathPointType (oddiel 2.1.1.23).
public EmfPlusPathPointTypeEnum Type { get; set; }