public static class ImageDevice.ImageGraphicContext extends GraphicContext
Holds current graphics control parameters for the ImageDevice
.
These parameters define the global framework within which the graphics operators execute.
Constructor and Description |
---|
ImageGraphicContext() |
Modifier and Type | Method and Description |
---|---|
GraphicContext |
deepClone()
Creates a new instance of a GdiGraphicContext class with the same property values as an existing instance.
|
ImageDevice |
getDevice() |
com.aspose.ms.System.Drawing.Drawing2D.Matrix |
getTransformationMatrix()
Sets or gets transformation matrix.
|
void |
setDevice(ImageDevice value) |
void |
setTransformationMatrix(com.aspose.ms.System.Drawing.Drawing2D.Matrix value)
Sets or gets transformation matrix.
|
void |
transform(com.aspose.ms.System.Drawing.Drawing2D.Matrix matrix)
Modify the current transformation matrix by multiplying the specified matrix.
|
getCharacterSpacing, getFillBrush, getFont, getFontSize, getFontStyle, getLineCap, getLineDashCap, getLineDashOffset, getLineDashPattern, getLineDashStyle, getLineJoin, getLineWidth, getMiterLimit, getStrokeBrush, memberwiseClone, setCharacterSpacing, setFillBrush, setFont, setFontSize, setFontStyle, setLineCap, setLineDashCap, setLineDashOffset, setLineDashPattern, setLineDashStyle, setLineJoin, setLineWidth, setMiterLimit, setStrokeBrush
public com.aspose.ms.System.Drawing.Drawing2D.Matrix getTransformationMatrix()
Sets or gets transformation matrix.
getTransformationMatrix
in class GraphicContext
public void setTransformationMatrix(com.aspose.ms.System.Drawing.Drawing2D.Matrix value)
Sets or gets transformation matrix.
setTransformationMatrix
in class GraphicContext
public void transform(com.aspose.ms.System.Drawing.Drawing2D.Matrix matrix)
Modify the current transformation matrix by multiplying the specified matrix.
transform
in class GraphicContext
matrix
- Transformation matrix.public ImageDevice getDevice()
public void setDevice(ImageDevice value)
public GraphicContext deepClone()
Creates a new instance of a GdiGraphicContext class with the same property values as an existing instance.
deepClone
in interface com.aspose.ms.System.ICloneable
deepClone
in class GraphicContext