Table of Contents

Struct WindowRect

Namespace
Lime
Assembly
Lime.dll
public struct WindowRect : IEquatable<WindowRect>
Implements
Inherited Members

Fields

Height

public int Height

Field Value

int

Width

public int Width

Field Value

int

X

public int X

Field Value

int

Y

public int Y

Field Value

int

Properties

Origin

public IntVector2 Origin { get; set; }

Property Value

IntVector2

Size

public IntVector2 Size { get; set; }

Property Value

IntVector2

Methods

Equals(WindowRect)

Indicates whether the current object is equal to another object of the same type.

public bool Equals(WindowRect other)

Parameters

other WindowRect

An object to compare with this object.

Returns

bool

true if the current object is equal to the other parameter; otherwise, false.

Operators

operator ==(WindowRect, WindowRect)

public static bool operator ==(WindowRect lhs, WindowRect rhs)

Parameters

lhs WindowRect
rhs WindowRect

Returns

bool

explicit operator IntRectangle(WindowRect)

public static explicit operator IntRectangle(WindowRect r)

Parameters

r WindowRect

Returns

IntRectangle

operator !=(WindowRect, WindowRect)

public static bool operator !=(WindowRect lhs, WindowRect rhs)

Parameters

lhs WindowRect
rhs WindowRect

Returns

bool