Struct POINT
Point coordinates x y.
public record struct POINT : IEquatable<POINT>
Namespace: Au.Types
Assembly: Au.dll
Constructors
Name | Description |
---|---|
POINT(int, int) |
Fields
Name | Description |
---|---|
x | |
y |
Methods
Name | Description |
---|---|
Deconstruct(out int, out int) | |
From(PointF, bool) | |
From(Point, bool) | |
Offset(int, int) |
|
ToString() | Returns the fully qualified type name of this instance. |
Operators
Name | Description |
---|---|
operator +(POINT, (int x, int y)) | Returns |
implicit operator Point(POINT) | |
implicit operator PointF(POINT) | |
implicit operator Point(POINT) | |
implicit operator POINT(Point) | |
implicit operator POINT((int x, int y)) |