|
|
|
A point containing floating-point values. |
|
|
|
|
|
|
|
System.Object
System.ValueType
WebSupergoo.ImageGlue8.PointF
|
|
|
|
|
|
|
This class is sealed. It cannot be derived from.
|
|
|
|
|
|
|
|
|
|
|
|
|
Method
|
|
Description
|
|
|
|
|
|
|
|
PointF
|
|
Constructs a point from two coordinates. |
|
|
|
|
|
|
|
S» Add
|
|
Gets a new PointF containing the sum of coordinates of a
supplied point and size. |
|
|
|
|
|
|
|
Equals
|
|
Determines whether the specified object is a PointF, value
identical to this one. |
|
|
|
|
|
|
|
S» FromArray
|
|
Converts an array of values into an array of points. |
|
|
|
|
|
|
|
GetHashCode
|
|
Gets a hash code for the PointF. |
|
|
|
|
|
|
|
Scale
|
|
Scales the point. |
|
|
|
|
|
|
|
S» Subtract
|
|
Gets a new PointF 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.1,
Y=20.4'. |
|
|
|
|
|
|
|
S» Tween
|
|
Find a point between two other points using linear
interpolation. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Operator
|
|
Description
|
|
|
|
|
|
|
|
Addition
|
|
Add two PointFs returning the vector sum. |
|
|
|
|
|
|
|
Division
|
|
Divide a vector PointF by a scalar. |
|
|
|
|
|
|
|
Equality
|
|
Determines if two PointFs refer to the same location. |
|
|
|
|
|
|
|
Explicit
(SizeF) (Point)
|
|
Converts this object to another type via an explicit cast. |
|
|
|
|
|
|
|
Inequality
|
|
Determines if two PointFs do not refer to the same
location. |
|
|
|
|
|
|
|
Multiply
|
|
Multiply a vector PointF by a scalar. |
|
|
|
|
|
|
|
Subtraction
|
|
Subtract the components of one PointF from another. |
|
|
|
|
|
|
|
UnaryNegation
|
|
Unary negative of a vector point. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Property
|
|
Description
|
|
|
|
|
|
|
|
IsEmpty
|
|
Determines if the point is empty. |
|
|
|
|
|
|
|
X
|
|
The horizontal component of the PointF. Increasing values move
to the right. |
|
|
|
|
|
|
|
Y
|
|
The vertical component of the PointF. Increasing values move
down. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Field
|
|
Description
|
|
|
|
|
|
|
|
Empty
|
|
The empty point. |
|
|
|
|
|
|
|
|
|
|
|
|
|
None.
|