Class EmfPlusPathPointType

Class EmfPlusPathPointType

名称: Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects 收藏: Aspose.Imaging.dll (25.4.0)

EmfPlusPathPointType 对象指定与图形上的点相关的类型值

public sealed class EmfPlusPathPointType : EmfPlusBasePointType

Inheritance

object EmfPlusBasePointType EmfPlusPathPointType

继承人

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

Constructors

EmfPlusPathPointType()

public EmfPlusPathPointType()

Properties

Data

接收或设置数据。

public int Data { get; set; }

财产价值

int

Flags

接收或设置 4 位旗场,指定路点的属性。此值必须是 PathPointType 旗帜中的一个或多个(第 2.1.2.6 节)。

public EmfPlusPathPointTypeFlags Flags { get; set; }

财产价值

EmfPlusPathPointTypeFlags

Type

接收或设置 4 位未签名完整路点类型. 此值 必须在 PathPointType 列表中定义(第 2.1.1.23 节)。

public EmfPlusPathPointTypeEnum Type { get; set; }

财产价值

EmfPlusPathPointTypeEnum

 中文