public class ThreeDSPolygon extends com.aspose.ms.lang.Struct<ThreeDSPolygon> implements Cloneable
Constructor and Description |
---|
ThreeDSPolygon() |
ThreeDSPolygon(int a,
int b,
int c) |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
ThreeDSPolygon |
Clone() |
void |
CloneTo(ThreeDSPolygon that) |
boolean |
equals(Object obj) |
int |
getA() |
int |
getB() |
int |
getC() |
int |
hashCode() |
static boolean |
isEquals(ThreeDSPolygon obj1,
ThreeDSPolygon obj2) |
void |
setA(int value) |
void |
setB(int value) |
void |
setC(int value) |
String |
toString() |
public ThreeDSPolygon()
public ThreeDSPolygon(int a, int b, int c)
public final int getA()
public final void setA(int value)
public final int getB()
public final void setB(int value)
public final int getC()
public final void setC(int value)
public void CloneTo(ThreeDSPolygon that)
CloneTo
in class com.aspose.ms.System.ValueType<ThreeDSPolygon>
public ThreeDSPolygon Clone()
Clone
in class com.aspose.ms.System.ValueType<ThreeDSPolygon>
public static boolean isEquals(ThreeDSPolygon obj1, ThreeDSPolygon obj2)