public class EmfPlusSetPixelOffsetMode extends EmfPlusPropertyRecordType
The EmfPlusSetPixelOffsetMode record specifies how pixels are centered with respect to the coordinates of the drawing surface.
Constructor and Description |
---|
EmfPlusSetPixelOffsetMode(EmfPlusRecord source)
Initializes a new instance of the
EmfPlusSetPixelOffsetMode class. |
Modifier and Type | Method and Description |
---|---|
byte |
getPixelOffsetMode()
Gets or sets the pixel offset mode value, from the PixelOffsetMode
enumeration (section 2.1.1.26).
|
void |
setPixelOffsetMode(byte value)
Gets or sets the pixel offset mode value, from the PixelOffsetMode
enumeration (section 2.1.1.26).
|
getDataSize, getFirstFlagByte_internalized, getFlagBit_internalized, getFlags, getLastFlagByte_internalized, getObjectId_internalized, getSize, getType, setDataSize, setFirstFlagByte_internalized, setFlagBit_internalized, setFlags, setLastFlagByte_internalized, setObjectId_internalized, setSize, setType_internalized
deepClone_internalized
public EmfPlusSetPixelOffsetMode(EmfPlusRecord source)
Initializes a new instance of the EmfPlusSetPixelOffsetMode
class.
source
- The source.public byte getPixelOffsetMode()
Gets or sets the pixel offset mode value, from the PixelOffsetMode enumeration (section 2.1.1.26).
Value: The pixel offset mode.public void setPixelOffsetMode(byte value)
Gets or sets the pixel offset mode value, from the PixelOffsetMode enumeration (section 2.1.1.26).
Value: The pixel offset mode.Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.