public class Point extends com.aspose.ms.lang.Struct<Point>
Class Point.
Constructor and Description |
---|
Point() |
Point(double x,
double y)
Initializes a new instance of the
Point struct. |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
Point |
Clone() |
void |
CloneTo(Point that) |
boolean |
equals(Object obj) |
static boolean |
equals(Point obj1,
Point obj2) |
double |
getX()
Gets or sets the x.
|
double |
getY()
Gets or sets the y.
|
int |
hashCode() |
void |
setX(double value)
Gets or sets the x.
|
void |
setY(double value)
Gets or sets the y.
|
String |
toString() |
public Point()
public Point(double x, double y)
Initializes a new instance of the Point
struct.
x
- The x.y
- The y.public double getX()
Gets or sets the x.
Value: The x.public void setX(double value)
Gets or sets the x.
Value: The x.value
- public double getY()
Gets or sets the y.
Value: The y.public void setY(double value)
Gets or sets the y.
Value: The y.value
- public void CloneTo(Point that)
CloneTo
in class com.aspose.ms.System.ValueType<Point>
Copyright © 2018. All rights reserved.