|
oevislib_net
0.14.3.0
|
Structure containing width and height of an object. More...
Public Member Functions | |
| Size () | |
| Constructs an empty Size object, with both width and height to zero. | |
| Size (int inWidth, int inHeight) | |
| Constructs a new Size object with specified width and height. | |
| ByteBuffer | Serialize () |
| Serializes the object. | |
| bool | Equals (Size other) |
| override bool | Equals (object obj) |
| override int | GetHashCode () |
| override object | Clone () |
Static Public Member Functions | |
| static bool | operator== (Size inSize1, Size inSize2) |
| static bool | operator!= (Size inSize1, Size inSize2) |
| static Size | Deserialize (ByteBuffer inBuffer) |
| De-serialize a Size buffer. | |
Properties | |
| int | Width = 0 [get, set] |
| int | Height = 0 [get, set] |
Structure containing width and height of an object.
|
inline |
Constructs an empty Size object, with both width and height to zero.
|
inline |
Constructs a new Size object with specified width and height.
| inWidth | Width. |
| inHeight | Height. |
|
inlinestatic |
De-serialize a Size buffer.
| inBuffer | Buffer containing the object. |
|
inline |
Serializes the object.