Property | Type | Description | |
---|---|---|---|
Empty |
Property | Type | Description |
---|
Method | Description | |
---|---|---|
Add ( |
Offsets a PointShort by the specified Size.
|
|
Add ( |
Offsets a PointShort by the specified SizeByte.
|
|
Add ( |
Offsets a PointShort by the specified SizeShort.
|
|
Ceiling ( |
Constructs a new PointShort from the specified PointF by rounding all float values up to the nearest whole number.
|
|
Equals ( object obj ) : bool |
Determines if the current PointShort is equal to the specified
|
|
GetHashCode ( ) : int |
Gets a hash code for the current PointShort.
|
|
GetPackedValue ( ) : uint |
Gets a
|
|
Offset ( |
Offsets the current PointShort by the specified PointShort.
|
|
Offset ( short dx, short dy ) : |
Offsets the current PointShort by the specified X and Y values.
|
|
PointShort ( |
Constructs a new instance of PointShort from the specified Size. The Size.Width will become the X and the Size.Height will become the Y. |
|
PointShort ( short x, short y ) : System |
Constructs a new instance of PointShort from the specified X and Y.
|
|
PointShort ( uint packedValue ) : System |
Constructs a new instance of PointShort from the specified
|
|
Round ( |
Constructs a new PointShort from the specified PointF by rounding all values to the nearest whole number.
|
|
Subtract ( |
Subtracts a PointShort by a Size.
|
|
Subtract ( |
Subtracts a PointShort by a SizeByte.
|
|
Subtract ( |
Subtracts a PointShort by a SizeShort.
|
|
ToString ( ) : string |
Gets a string representation of a PointShort.
|
|
Truncate ( |
Constructs a new PointShort from the specified PointF by rounding all values down to the nearest whole number.
|
|
operator ( ) : |
Offsets a PointShort object by the specified Size.
|
|
operator ( ) : bool |
Determines if two PointShort objects are equal.
|
public static Add ( |
||
pt | The |
|
sz | The |
|
return |
public static Add ( |
||
pt | The |
|
sz | The |
|
return |
public static Add ( |
||
pt | The |
|
sz | The |
|
return |
public static Ceiling ( |
||
value | The |
|
return |
public Equals ( object obj ) : bool | ||
obj | object | The object to compare to the current |
return | bool |
public Offset ( |
||
p | The |
|
return |
public Offset ( short dx, short dy ) : |
||
dx | short | The value representing how far to offset the |
dy | short | The value representing how far to offset the |
return |
public PointShort ( |
||
sz | The |
|
return | System |
public PointShort ( short x, short y ) : System | ||
x | short | The value that should represent the |
y | short | The value that should represent the |
return | System |
public PointShort ( uint packedValue ) : System | ||
packedValue | uint | The uint representing the current |
return | System |
public static Round ( |
||
value | The |
|
return |
public static Subtract ( |
||
pt | The |
|
sz | The |
|
return |
public static Subtract ( |
||
pt | The |
|
sz | The |
|
return |
public static Subtract ( |
||
pt | The |
|
sz | The |
|
return |
public static Truncate ( |
||
value | The |
|
return |