public final class EmfPlusBeginContainer extends EmfPlusStateRecordType
The EmfPlusBeginContainer record opens a new graphics state container and specifies a transform for it.
Constructor and Description |
---|
EmfPlusBeginContainer(EmfPlusRecord source)
Initializes a new instance of the
EmfPlusBeginContainer class. |
Modifier and Type | Method and Description |
---|---|
RectangleF |
getDestRect()
Gets or sets an EmfPlusRectF object (section 2.2.2.39) that, with SrcRect, specifies
a transform for the container.
|
int |
getPageUnit()
Gets the page unit.
|
RectangleF |
getSrcRect()
Gets or sets an EmfPlusRectF rectangle that, with DestRect, specifies a transformation
for the container.
|
int |
getStackIndex()
Gets or sets a 32-bit unsigned integer that specifies an index to associate with the
graphics state container.
|
void |
setDestRect(RectangleF value)
Gets or sets an EmfPlusRectF object (section 2.2.2.39) that, with SrcRect, specifies
a transform for the container.
|
void |
setSrcRect(RectangleF value)
Gets or sets an EmfPlusRectF rectangle that, with DestRect, specifies a transformation
for the container.
|
void |
setStackIndex(int value)
Gets or sets a 32-bit unsigned integer that specifies an index to associate with the
graphics state container.
|
getDataSize, getFlags, getSize, getType, setDataSize, setFlags, setSize
public EmfPlusBeginContainer(EmfPlusRecord source)
Initializes a new instance of the EmfPlusBeginContainer
class.
source
- The source.public int getPageUnit()
Gets the page unit.
Value: The page unit.public RectangleF getDestRect()
Gets or sets an EmfPlusRectF object (section 2.2.2.39) that, with SrcRect, specifies a transform for the container. This transformation results in SrcRect when applied to DestRect.
Value: The dest rect.public void setDestRect(RectangleF value)
Gets or sets an EmfPlusRectF object (section 2.2.2.39) that, with SrcRect, specifies a transform for the container. This transformation results in SrcRect when applied to DestRect.
Value: The dest rect.public RectangleF getSrcRect()
Gets or sets an EmfPlusRectF rectangle that, with DestRect, specifies a transformation for the container. This transformation results in SrcRect when applied to DestRect.
Value: The source rect.public void setSrcRect(RectangleF value)
Gets or sets an EmfPlusRectF rectangle that, with DestRect, specifies a transformation for the container. This transformation results in SrcRect when applied to DestRect.
Value: The source rect.public int getStackIndex()
Gets or sets a 32-bit unsigned integer that specifies an index to associate with the graphics state container. The index MUST be referenced by a subsequent EmfPlusEndContainer record (section 2.3.7.3) to close the graphics state container.
Value: The index of the stack.public void setStackIndex(int value)
Gets or sets a 32-bit unsigned integer that specifies an index to associate with the graphics state container. The index MUST be referenced by a subsequent EmfPlusEndContainer record (section 2.3.7.3) to close the graphics state container.
Value: The index of the stack.