EmfFillPath

Inheritance: java.lang.Object, com.aspose.imaging.fileformats.emf.MetaObject, com.aspose.imaging.fileformats.emf.emf.records.EmfRecord, com.aspose.imaging.fileformats.emf.emf.records.EmfDrawingRecordType

public final class EmfFillPath extends EmfDrawingRecordType

EMR_FILLPATH 记录关闭当前路径中的所有未闭合图形,并使用当前画刷和多边形填充模式填充路径内部。

构造函数

构造函数描述
EmfFillPath(EmfRecord source)初始化 EmfFillPath 类的新实例。
EmfFillPath()初始化 EmfFillPath 类的新实例。

方法

方法描述
getBounds()获取或设置一个 128 位 WMF RectL 对象(在 [MS-WMF] 第 2.2.2.19 节中指定),用于指定以设备单位表示的边界矩形。
setBounds(Rectangle value)获取或设置一个 128 位 WMF RectL 对象(在 [MS-WMF] 第 2.2.2.19 节中指定),用于指定以设备单位表示的边界矩形。

EmfFillPath(EmfRecord source)

public EmfFillPath(EmfRecord source)

初始化 EmfFillPath 类的新实例。

Parameters:

参数类型描述
sourceEmfRecord源。

EmfFillPath()

public EmfFillPath()

初始化 EmfFillPath 类的新实例。

getBounds()

public Rectangle getBounds()

获取或设置一个 128 位 WMF RectL 对象(在 [MS-WMF] 第 2.2.2.19 节中指定),用于指定以设备单位表示的边界矩形。

Returns: Rectangle

setBounds(Rectangle value)

public void setBounds(Rectangle value)

获取或设置一个 128 位 WMF RectL 对象(在 [MS-WMF] 第 2.2.2.19 节中指定),用于指定以设备单位表示的边界矩形。

Parameters:

参数类型描述
valueRectangle