Class EmfFillPath
Class EmfFillPath
名称: Aspose.Imaging.FileFormats.Emf.Emf.Records 收藏: Aspose.Imaging.dll (25.4.0)
EMR_FILLPATH 记录关闭了当前路径中的任何开放数字,并填补了路径的内部。使用当前的刷和聚合物填充模式。
public sealed class EmfFillPath : EmfDrawingRecordType
Inheritance
object ← MetaObject ← EmfRecord ← EmfDrawingRecordType ← EmfFillPath
继承人
EmfRecord.Type , EmfRecord.Size , object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
EmfFillPath(EmfRecord)
启动 Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfFillPath 类的新例子。
public EmfFillPath(EmfRecord source)
Parameters
source
EmfRecord
源源。
EmfFillPath()
启动 Aspose.Imaging.FileFormats.Emf.Emf.Records.EmfFillPath 类的新例子。
public EmfFillPath()
Properties
Bounds
接收或设置 128 位 WMF RectL 对象,如 [MS-WMF] 部分 2.2.2.19 所规定的,指定边界直角,在设备单位。
public Rectangle Bounds { get; set; }