Property | Type | Description | |
---|---|---|---|
Empty |
Property | Type | Description |
---|
Method | Description | |
---|---|---|
Add ( |
Adds two SizeShort values together and returns the result.
|
|
Ceiling ( |
Rounds a SizeF value up to the nearest SizeShort value.
|
|
Equals ( object obj ) : bool |
Determines if the current SizeShort is equal to the specified object.
|
|
FromBytes ( byte data ) : void |
Inherited from ISerializableByteArray. Sets the current SizeShort object from the byte array.
|
|
GetBytes ( ) : byte[] |
Inherited from ISerializableByteArray. Gets the byte-array for the current SizeShort object.
|
|
GetHashCode ( ) : int |
Computes the hash code of the current SizeShort.
|
|
Round ( |
Rounds a SizeF value to the nearest SizeShort value.
|
|
SizeShort ( Point pt ) : Evbpc.Framework.Utilities.Serialization |
Creates a new instance of SizeShort from a specified Point.
|
|
SizeShort ( |
Creates a new instance of SizeShort from a specified PointShort.
|
|
SizeShort ( short width, short height ) : Evbpc.Framework.Utilities.Serialization |
Creates a new instance of SizeShort from the specified values.
|
|
Subtract ( |
Subtracs two SizeShort values and returns the result.
|
|
ToString ( ) : string |
Returns a string representing the current SizeShort object.
|
|
Truncate ( |
Rounds a SizeF value down to the nearest SizeShort value.
|
|
operator ( ) : |
Adds two SizeShort structures together.
|
|
operator ( ) : bool |
Determines if two SizeShort structures are equal.
|
public static Add ( |
||
sz1 | The first |
|
sz2 | The second |
|
return |
public static Ceiling ( |
||
value | The |
|
return |
public Equals ( object obj ) : bool | ||
obj | object | The object to compare the |
return | bool |
public static Round ( |
||
value | The |
|
return |
public SizeShort ( Point pt ) : Evbpc.Framework.Utilities.Serialization | ||
pt | Point | The |
return | Evbpc.Framework.Utilities.Serialization |
public SizeShort ( |
||
pt | The |
|
return | Evbpc.Framework.Utilities.Serialization |
public SizeShort ( short width, short height ) : Evbpc.Framework.Utilities.Serialization | ||
width | short | The |
height | short | The |
return | Evbpc.Framework.Utilities.Serialization |
public static Subtract ( |
||
sz1 | The intial |
|
sz2 | The |
|
return |
public static Truncate ( |
||
value | The |
|
return |