public class WmfBitmapCoreHeader extends WmfBitmapBaseHeader
The BitmapCoreHeader Object contains information about the dimensions and color format of a device-independent bitmap(DIB).
Constructor and Description |
---|
WmfBitmapCoreHeader() |
Modifier and Type | Method and Description |
---|---|
short |
getHeight()
Gets or sets a 16-bit unsigned integer that defines the
height of the DIB, in pixels |
short |
getWidth()
Gets or sets a 16-bit unsigned integer that defines the
width of the DIB, in pixels |
void |
setHeight(short value)
Gets or sets a 16-bit unsigned integer that defines the
height of the DIB, in pixels |
void |
setWidth(short value)
Gets or sets a 16-bit unsigned integer that defines the
width of the DIB, in pixels |
getBitCount, getHeaderSize, getPlanes, setBitCount, setHeaderSize, setPlanes
public short getWidth()
Gets or sets a 16-bit unsigned integer that defines the
width
of the DIB, in pixels
public void setWidth(short value)
Gets or sets a 16-bit unsigned integer that defines the
width
of the DIB, in pixels
public short getHeight()
Gets or sets a 16-bit unsigned integer that defines the
height
of the DIB, in pixels
public void setHeight(short value)
Gets or sets a 16-bit unsigned integer that defines the
height
of the DIB, in pixels