public static class XpsDevice.XpsGraphicContext extends GraphicContext
Holds current graphics control parameters for the XpsDevice. These parameters define the global framework within which the graphics operators execute.
| Constructor and Description |
|---|
XpsGraphicContext() |
| Modifier and Type | Method and Description |
|---|---|
GraphicContext |
deepClone()
Creates a new instance of a XpsGraphicContext class with the same property values as an existing instance.
|
int |
getClipCanvasesNumber() |
void |
setClipCanvasesNumber(int value) |
getCharacterSpacing, getFillBrush, getFont, getFontSize, getFontStyle, getLineCap, getLineDashCap, getLineDashOffset, getLineDashPattern, getLineDashStyle, getLineJoin, getLineWidth, getMiterLimit, getStrokeBrush, getTransformationMatrix, memberwiseClone, setCharacterSpacing, setFillBrush, setFont, setFontSize, setFontStyle, setLineCap, setLineDashCap, setLineDashOffset, setLineDashPattern, setLineDashStyle, setLineJoin, setLineWidth, setMiterLimit, setStrokeBrush, setTransformationMatrix, transformpublic int getClipCanvasesNumber()
public void setClipCanvasesNumber(int value)
public GraphicContext deepClone()
Creates a new instance of a XpsGraphicContext class with the same property values as an existing instance.
deepClone in interface com.aspose.ms.System.ICloneabledeepClone in class GraphicContext