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()
Initializes a new instance of the
WmfBitmapCoreHeader class. |
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
|
void |
write_internalized(com.aspose.ms.System.IO.BinaryWriter writer)
Writes the specified writer.
|
getBitCount, getHeaderSize, getPlanes, setBitCount, setHeaderSize, setPlanes
deepClone_internalized
public WmfBitmapCoreHeader()
Initializes a new instance of the WmfBitmapCoreHeader
class.
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
public void write_internalized(com.aspose.ms.System.IO.BinaryWriter writer)
Writes the specified writer.
write_internalized
in class WmfBitmapBaseHeader
writer
- The writer.Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.