PointF Operators and Type Conversions |
The PointF type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Addition(PointF, PointF) |
Operator to return the addition of two points as a PointF |
![]() ![]() | Addition(PointF, SizeF) |
Operator to add a size to a point
|
![]() ![]() | Addition(PointF, Single) |
Operator to add a value to both the X and Y co-ordinates of a point
|
![]() ![]() | Division(PointF, SizeF) |
Divides the specified point with a size |
![]() ![]() | Division(PointF, Single) |
Divides the X and Y co-ordinates of the specified point with a given value |
![]() ![]() | Equality |
Determines equality between two points
|
![]() ![]() | (SizeF to PointF) |
Explicit conversion from a size to a PointF with a X and Y of the Width and Height values of the size, respectively
|
![]() ![]() | (Point to PointF) | |
![]() ![]() | Inequality |
Determines the inequality between two points
|
![]() ![]() | Multiply(Single, PointF) |
Multiplies the X and Y co-ordinates of the specified point with a given factor |
![]() ![]() | Multiply(PointF, PointF) | Multiplies the X and Y co-ordinates of the two specified point values |
![]() ![]() | Multiply(PointF, SizeF) |
Multiplies the specified point with a size |
![]() ![]() | Multiply(PointF, Single) |
Multiplies the X and Y co-ordinates of the specified point with a given factor |
![]() ![]() | Subtraction(PointF, PointF) |
Operator to return the difference between two points as a PointF |
![]() ![]() | Subtraction(PointF, SizeF) |
Operator to subtract a size from a point
|
![]() ![]() | Subtraction(PointF, Single) |
Operator to subtract a value from both the X and Y co-ordinates of a point
|
![]() ![]() | UnaryNegation |
Returns a new PointF with negative x and y values of the specified point |