Class WmfFrameRegion
- Namespace
- Aspose.Imaging.FileFormats.Wmf.Objects
- Assembly
- Aspose.Imaging.dll
The wmf frame region object.
public class WmfFrameRegion : WmfObject
- Inheritance
-
WmfFrameRegion
- Inherited Members
Constructors
WmfFrameRegion()
Initializes a new instance of the WmfFillRegion class.
public WmfFrameRegion()
WmfFrameRegion(WmfGraphicObject, WmfGraphicObject)
Initializes a new instance of the WmfFillRegion class.
public WmfFrameRegion(WmfGraphicObject region, WmfGraphicObject brush)
Parameters
region
WmfGraphicObjectThe region.
brush
WmfGraphicObjectThe brush.
Properties
BrushIndex
Gets or sets the index of the brush.
public int BrushIndex { get; set; }
Property Value
- int
Index into the WMF Object Table to get the brush to use for filling the region.
Height
Gets or sets the height.
public short Height { get; set; }
Property Value
- short
The height, in logical units, of the region frame.
RegionIndex
Gets or sets the index of the region.
public int RegionIndex { get; set; }
Property Value
- int
Index into the WMF Object Table to get the region to be filled.
Width
Gets or sets the width.
public short Width { get; set; }
Property Value
- short
The width, in logical units, of the region frame.