EmfStrokePath

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 EmfStrokePath extends EmfDrawingRecordType

EMR_STROKEPATH 类

构造函数

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

方法

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

EmfStrokePath(EmfRecord record)

public EmfStrokePath(EmfRecord record)

初始化 EmfStrokePath 类的新实例。

Parameters:

参数类型描述
recordEmfRecord记录。

EmfStrokePath()

public EmfStrokePath()

初始化 EmfStrokePath 类的新实例。

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