| Constructor and Description |
|---|
GraphicsState()
Initializes a new instance of the
GraphicsState class. |
| Modifier and Type | Method and Description |
|---|---|
RectangleF |
getBounds()
Gets the bounds.
|
Region |
getClip() |
Matrix |
getTransform() |
void |
setBounds(RectangleF value)
Sets the bounds.
|
void |
setClip(Region value) |
void |
setTransform(Matrix value) |
public GraphicsState()
Initializes a new instance of the GraphicsState class.
public final Region getClip()
public final void setClip(Region value)
public Matrix getTransform()
public final void setTransform(Matrix value)
public final RectangleF getBounds()
Gets the bounds.
public final void setBounds(RectangleF value)
Sets the bounds.
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.