public class GraphicsState extends Object
The graphic state
| Constructor and Description |
|---|
GraphicsState()
Initializes a new instance of the
GraphicsState class. |
| Modifier and Type | Method and Description |
|---|---|
RectangleF |
getBounds()
Gets the bounds.
|
com.aspose.ms.System.Drawing.Region |
getClip()
Gets the clip.
|
Matrix |
getTransform()
Gets the transform.
|
void |
setBounds(RectangleF value)
Sets the bounds.
|
void |
setClip(com.aspose.ms.System.Drawing.Region value)
Sets the clip.
|
void |
setTransform(Matrix value)
Sets the transform.
|
public GraphicsState()
Initializes a new instance of the GraphicsState class.
public final Matrix getTransform()
Gets the transform.
public final void setTransform(Matrix value)
Sets the transform.
value - public final com.aspose.ms.System.Drawing.Region getClip()
Gets the clip.
public final void setClip(com.aspose.ms.System.Drawing.Region value)
Sets the clip.
value - public final RectangleF getBounds()
Gets the bounds.
public final void setBounds(RectangleF value)
Sets the bounds.
value - Copyright (c) 2008-2020 Aspose Pty Ltd. All Rights Reserved.