Class BoundedRectangleSerialized
Inheritance
BoundedRectangleSerialized
Assembly: TheSadRogue.Primitives.dll
Syntax
public sealed class BoundedRectangleSerialized : ValueType
Fields
Area
Area the rectangle encompasses.
Declaration
public RectangleSerialized Area
Field Value
Bounds
Bounds the area is restricted to.
Declaration
public RectangleSerialized Bounds
Field Value
Operators
Implicit(BoundedRectangle to BoundedRectangleSerialized)
Declaration
public static implicit operator BoundedRectangleSerialized(BoundedRectangle rect)
Parameters
Returns
Implicit(BoundedRectangleSerialized to BoundedRectangle)
Declaration
public static implicit operator BoundedRectangle(BoundedRectangleSerialized rect)
Parameters
Returns
Extension Methods