Constructor and Description |
---|
EmfRegionDataHeader() |
Modifier and Type | Method and Description |
---|---|
Rectangle |
getBounds()
Gets or sets a 128-bit WMF RectL object ([MS-WMF] section 2.2.2.19), which specifies
the bounds of the region.
|
int |
getCountRects()
Gets or sets a 32-bit unsigned integer that specifies the number of rectangles in this region.
|
int |
getSize()
Gets or sets a 32-bit unsigned integer that specifies the size of this object in bytes.
|
int |
getType()
Gets or sets a 32-bit unsigned integer that specifies the region type.
|
void |
setBounds(Rectangle value)
Gets or sets a 128-bit WMF RectL object ([MS-WMF] section 2.2.2.19), which specifies
the bounds of the region.
|
void |
setCountRects(int value)
Gets or sets a 32-bit unsigned integer that specifies the number of rectangles in this region.
|
void |
setSize(int value)
Gets or sets a 32-bit unsigned integer that specifies the size of this object in bytes.
|
void |
setType(int value)
Gets or sets a 32-bit unsigned integer that specifies the region type.
|
public int getSize()
Gets or sets a 32-bit unsigned integer that specifies the size of this object in bytes. This MUST be 0x00000020.
public void setSize(int value)
Gets or sets a 32-bit unsigned integer that specifies the size of this object in bytes. This MUST be 0x00000020.
public int getType()
Gets or sets a 32-bit unsigned integer that specifies the region type. This SHOULD be RDH_RECTANGLES (0x00000001).
public void setType(int value)
Gets or sets a 32-bit unsigned integer that specifies the region type. This SHOULD be RDH_RECTANGLES (0x00000001).
public int getCountRects()
Gets or sets a 32-bit unsigned integer that specifies the number of rectangles in this region.
public void setCountRects(int value)
Gets or sets a 32-bit unsigned integer that specifies the number of rectangles in this region.
public Rectangle getBounds()
Gets or sets a 128-bit WMF RectL object ([MS-WMF] section 2.2.2.19), which specifies the bounds of the region.
public void setBounds(Rectangle value)
Gets or sets a 128-bit WMF RectL object ([MS-WMF] section 2.2.2.19), which specifies the bounds of the region.
Copyright (c) 2008-2018 Aspose Pty Ltd. All Rights Reserved.