WmfFrameRegion 类

Summary: The wmf frame region object.

Module: aspose.imaging.fileformats.wmf.objects

Full Name: aspose.imaging.fileformats.wmf.objects.WmfFrameRegion

Inheritance: WmfObject

Constructors

Name描述
WmfFrameRegion()初始化 WmfFillRegion 类的新实例。
WmfFrameRegion(region, brush)初始化 WmfFillRegion 类的新实例。

Properties

NameTypeAccess描述
brush_indexintr/w获取或设置画笔的索引。
heightintr/w获取或设置高度。
region_indexintr/w获取或设置区域的索引。
widthintr/w获取或设置宽度。

Constructor: WmfFrameRegion()

 WmfFrameRegion() 

初始化 WmfFillRegion 类的新实例。

Constructor: WmfFrameRegion(region, brush)

 WmfFrameRegion(region, brush) 

初始化 WmfFillRegion 类的新实例。

Parameters:

参数TypeDescription
regionWmfGraphicObject该区域。
brushWmfGraphicObject画笔。