|
|
|
|
|
|
Method
|
|
Description
|
|
|
|
|
|
|
|
Point
|
|
Constructs a point from an integer. |
|
|
|
|
|
|
|
S» Add
|
|
Gets a new Point containing the sum of coordinates of a
supplied point and size. |
|
|
|
|
|
|
|
S» Ceiling
|
|
Returns a new Point copied from the supplied PointF.
Coordinates will be rounded to the nearest larger integer. |
|
|
|
|
|
|
|
Equals
|
|
Determines whether the specified object is a Point, value
identical to this one. |
|
|
|
|
|
|
|
S» FromArray
|
|
Converts an array of numbers into an array of points. |
|
|
|
|
|
|
|
GetHashCode
|
|
Gets a hash code for the Point. |
|
|
|
|
|
|
|
Offset
|
|
Translates a point horizontally and vertically. |
|
|
|
|
|
|
|
S» Round
|
|
Returns a new Point copied from the supplied PointF.
Coordinates will be rounded to the nearest integer. |
|
|
|
|
|
|
|
Scale
|
|
Scales the point. |
|
|
|
|
|
|
|
S» Subtract
|
|
Gets a new Point consisting of the coordinates of a supplied
point with the size element subtracted from it. |
|
|
|
|
|
|
|
ToString
|
|
Converts the object to a string representation such as 'X=10,
Y=20'. |
|
|
|
|
|
|
|
S» Truncate
|
|
Returns a new Point copied from the supplied PointF.
Coordinates will be truncated to integers. |
|
|
|
|
|
|
|
S» Tween
|
|
Find a point between two other points using linear
interpolation. |
|
|
|
|
|
|