WmfFrameRegion Class

Summary: The wmf frame region object.

Module: aspose.imaging.fileformats.wmf.objects

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

Inheritance: WmfObject

Aspose.Imaging Version: 24.7.0

Constructors

NameDescription
WmfFrameRegion()Initializes a new instance of the WmfFillRegion class.
WmfFrameRegion(region, brush)Initializes a new instance of the WmfFillRegion class.

Properties

NameTypeAccessDescription
brush_indexintr/wGets or sets the index of the brush.
heightshortr/wGets or sets the height.
region_indexintr/wGets or sets the index of the region.
widthshortr/wGets or sets the width.

Constructor: WmfFrameRegion()

 WmfFrameRegion() 

Initializes a new instance of the WmfFillRegion class.

Constructor: WmfFrameRegion(region, brush)

 WmfFrameRegion(region, brush) 

Initializes a new instance of the WmfFillRegion class.

Parameters:

ParameterTypeDescription
regionWmfGraphicObjectThe region.
brushWmfGraphicObjectThe brush.