Struct WindowRect
- Namespace
- Lime
- Assembly
- Lime.dll
public struct WindowRect : IEquatable<WindowRect>
- Implements
- Inherited Members
Fields
Height
public int Height
Field Value
Width
public int Width
Field Value
X
public int X
Field Value
Y
public int Y
Field Value
Properties
Origin
public IntVector2 Origin { get; set; }
Property Value
Size
public IntVector2 Size { get; set; }
Property Value
Methods
Equals(WindowRect)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(WindowRect other)
Parameters
other
WindowRectAn object to compare with this object.
Returns
Operators
operator ==(WindowRect, WindowRect)
public static bool operator ==(WindowRect lhs, WindowRect rhs)
Parameters
lhs
WindowRectrhs
WindowRect
Returns
explicit operator IntRectangle(WindowRect)
public static explicit operator IntRectangle(WindowRect r)
Parameters
Returns
operator !=(WindowRect, WindowRect)
public static bool operator !=(WindowRect lhs, WindowRect rhs)
Parameters
lhs
WindowRectrhs
WindowRect