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