Struct BoundedRectangleSerialized
Assembly: TheSadRogue.Primitives.dll
Syntax
public struct BoundedRectangleSerialized
Fields
View Source
Area
Area the rectangle encompasses.
Declaration
public RectangleSerialized Area
Field Value
View Source
Bounds
Bounds the area is restricted to.
Declaration
public RectangleSerialized Bounds
Field Value
Operators
View Source
implicit operator BoundedRectangleSerialized(BoundedRectangle)
Declaration
public static implicit operator BoundedRectangleSerialized(BoundedRectangle rect)
Parameters
Returns
View Source
implicit operator BoundedRectangle(BoundedRectangleSerialized)
Declaration
public static implicit operator BoundedRectangle(BoundedRectangleSerialized rect)
Parameters
Returns
Extension Methods