public class GraphicsState extends com.aspose.ms.lang.Struct<GraphicsState>
Modifier and Type | Field and Description |
---|---|
Matrix |
Ctm
current transformation matrix
|
float |
Flatness
line join style
|
boolean |
IsDashed
line dashing in effect
|
int |
Lcap
line cap style
|
int |
Ljoin
line join style
|
float |
Lwidth
line width
|
float |
Miter
line join style
|
float |
Startx
starting x point of the subpath
|
float |
Starty
starting y point of the subpath
|
float |
X
current x-coordinate
|
float |
Y
current y-coordinate
|
Constructor and Description |
---|
GraphicsState() |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
GraphicsState |
Clone() |
void |
CloneTo(GraphicsState that) |
static boolean |
equals(GraphicsState obj1,
GraphicsState obj2) |
boolean |
equals(Object obj) |
public Matrix Ctm
current transformation matrix
public float X
current x-coordinate
public float Y
current y-coordinate
public float Startx
starting x point of the subpath
public float Starty
starting y point of the subpath
public float Lwidth
line width
public int Lcap
line cap style
public int Ljoin
line join style
public float Miter
line join style
public float Flatness
line join style
public boolean IsDashed
line dashing in effect
public void CloneTo(GraphicsState that)
CloneTo
in class com.aspose.ms.System.ValueType<GraphicsState>
public GraphicsState Clone()
Clone
in class com.aspose.ms.System.ValueType<GraphicsState>
public static boolean equals(GraphicsState obj1, GraphicsState obj2)
Copyright © 2016 Aspose. All Rights Reserved.