public class ColorState extends com.aspose.ms.lang.Struct<ColorState>
Represents the PDF color state.
| Modifier and Type | Field and Description |
|---|---|
Color |
Fill
The color state is fill.
|
Color |
Stroke
The color state is stroke.
|
| Constructor and Description |
|---|
ColorState() |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
ColorState |
Clone() |
void |
CloneTo(ColorState that) |
Object |
deepClone() |
static boolean |
equals(ColorState obj1,
ColorState obj2) |
boolean |
equals(Object obj) |
public Color Fill
The color state is fill.
public Color Stroke
The color state is stroke.
public Object deepClone()
public void CloneTo(ColorState that)
CloneTo in class com.aspose.ms.System.ValueType<ColorState>public ColorState Clone()
Clone in class com.aspose.ms.System.ValueType<ColorState>public static boolean equals(ColorState obj1, ColorState obj2)
Copyright © 2016 Aspose. All Rights Reserved.