WmfCreateRegion
Inheritance: java.lang.Object, com.aspose.imaging.fileformats.emf.MetaObject, com.aspose.imaging.fileformats.wmf.objects.WmfObject, com.aspose.imaging.fileformats.wmf.objects.WmfGraphicObject
public class WmfCreateRegion extends WmfGraphicObject
The META_CREATEREGION record creates a Region Object (section 2.2.1.5).
Constructors
Constructor | Description |
---|---|
WmfCreateRegion() | WMFs the record. |
Methods
Method | Description |
---|---|
getRegion() | Gets or sets the region. |
setRegion(WmfRegion value) | Gets or sets the region. |
WmfCreateRegion()
public WmfCreateRegion()
WMFs the record.
getRegion()
public WmfRegion getRegion()
Gets or sets the region.
Value: Region Object data that defines the region to create.
Returns: WmfRegion
setRegion(WmfRegion value)
public void setRegion(WmfRegion value)
Gets or sets the region.
Value: Region Object data that defines the region to create.
Parameters:
Parameter | Type | Description |
---|---|---|
value | WmfRegion |