Struct RectangleSerialized
Serializable (pure-data) object representing a Rectangle.
Assembly: TheSadRogue.Primitives.dll
Syntax
public struct RectangleSerialized
Fields
View Source
Height
Declaration
Field Value
View Source
Width
Declaration
Field Value
View Source
X
X-coordinate of the minimum extent of the rectangle.
Declaration
Field Value
View Source
Y
Y-coordinate of the minimum extent of the rectangle.
Declaration
Field Value
Operators
View Source
implicit operator RectangleSerialized(Rectangle)
Declaration
public static implicit operator RectangleSerialized(Rectangle rect)
Parameters
Returns
View Source
implicit operator Rectangle(RectangleSerialized)
Declaration
public static implicit operator Rectangle(RectangleSerialized rect)
Parameters
Returns
Extension Methods