public class WmfRecord extends MetaObject
The Wmf Record
Constructor and Description |
---|
WmfRecord() |
Modifier and Type | Method and Description |
---|---|
short |
getRecordType()
RecordType number (defined in WINDOWS.H) |
long |
getSize()
Gets or sets the size.
|
void |
setRecordType(short value)
RecordType number (defined in WINDOWS.H) |
void |
setSize(long value)
Gets or sets the size.
|
public long getSize()
Gets or sets the size.
Value: The size.public void setSize(long value)
Gets or sets the size.
Value: The size.public short getRecordType()
RecordType
number (defined in WINDOWS.H)
public void setRecordType(short value)
RecordType
number (defined in WINDOWS.H)