Constructor and Description |
---|
WmfFillRegion()
Initializes a new instance of the
WmfFillRegion class. |
WmfFillRegion(WmfGraphicObject region,
WmfGraphicObject brush)
Initializes a new instance of the
WmfFillRegion class. |
Modifier and Type | Method and Description |
---|---|
int |
getBrushIndex()
Gets or sets the index of the brush.
|
int |
getRegionIndex()
Gets or sets the index of the region.
|
void |
setBrushIndex(int value)
Gets or sets the index of the brush.
|
void |
setRegionIndex(int value)
Gets or sets the index of the region.
|
public WmfFillRegion()
Initializes a new instance of the WmfFillRegion
class.
public WmfFillRegion(WmfGraphicObject region, WmfGraphicObject brush)
Initializes a new instance of the WmfFillRegion
class.
region
- The region.brush
- The brush.public int getRegionIndex()
Gets or sets the index of the region.
Value: Index into the WMF Object Table to get the region to be filled.public void setRegionIndex(int value)
Gets or sets the index of the region.
Value: Index into the WMF Object Table to get the region to be filled.public int getBrushIndex()
Gets or sets the index of the brush.
Value: Index into the WMF Object Table to get the brush to use for filling the region.public void setBrushIndex(int value)
Gets or sets the index of the brush.
Value: Index into the WMF Object Table to get the brush to use for filling the region.