Property | Type | Description | |
---|---|---|---|
Empty |
Property | Type | Description |
---|
Method | Description | |
---|---|---|
Add ( |
Offsets a PointF by the specified Size.
|
|
Add ( |
Offsets a PointF by the specified SizeF.
|
|
Equals ( object obj ) : bool |
Determines if the current PointF is equal to the specified
|
|
GetHashCode ( ) : int |
Gets a hash code for the current PointF.
|
|
PointF ( |
Constructs a new instance of PointF from the specified SizeF. The SizeF.Width will become the X and the SizeF.Height will become the Y. |
|
PointF ( float x, float y ) : System |
Constructs a new instance of PointF from the specified X and Y.
|
|
Subtract ( |
Subtracts a PointF by a Size.
|
|
Subtract ( |
Subtracts a PointF by a SizeF.
|
|
ToString ( ) : string |
Gets a string representation of a PointF.
|
|
operator ( ) : |
Offsets a PointF object by the specified Size.
|
|
operator ( ) : bool |
Determines if two PointF objects are equal.
|
public static Add ( |
||
pt | The |
|
sz | The |
|
return |
public static Add ( |
||
pt | The |
|
sz | The |
|
return |
public Equals ( object obj ) : bool | ||
obj | object | The object to compare to the current |
return | bool |
public PointF ( |
||
sz | The |
|
return | System |
public PointF ( float x, float y ) : System | ||
x | float | The value that should represent the |
y | float | The value that should represent the |
return | System |
public static Subtract ( |
||
pt | The |
|
sz | The |
|
return |
public static Subtract ( |
||
pt | The |
|
sz | The |
|
return |