Point
Point structure
public struct Point
Constructors
Name | Description |
---|---|
Point(int) | |
Point(Size) | |
Point(int, int) |
Properties
Name | Description |
---|---|
static Empty { get; } | |
IsEmpty { get; } | |
X { get; set; } | |
Y { get; set; } |
Methods
Name | Description |
---|---|
static Add(Point, Size) | |
static Ceiling(PointF) | |
static Round(PointF) | |
static Subtract(Point, Size) | |
static Truncate(PointF) | |
override Equals(object) | |
override GetHashCode() | |
Offset(Point) | |
Offset(int, int) | |
override ToString() | |
operator + | |
operator == | |
explicit operator | (2 operators) |
implicit operator | |
operator != | |
operator - |
See Also
- namespace Aspose.CAD
- assembly Aspose.CAD