Skip to main content

RectEx

Assembly: ServiceStack.Desktop.dll
View Source
Declaration
public static class RectEx : object

Methods

Top(RECT)

View Source
Declaration
public static int Top(this RECT rect)
Returns

System.Int32

Parameters
TypeName
RECTrect

Bottom(RECT)

View Source
Declaration
public static int Bottom(this RECT rect)
Returns

System.Int32

Parameters
TypeName
RECTrect

Left(RECT)

View Source
Declaration
public static int Left(this RECT rect)
Returns

System.Int32

Parameters
TypeName
RECTrect

Right(RECT)

View Source
Declaration
public static int Right(this RECT rect)
Returns

System.Int32

Parameters
TypeName
RECTrect

Width(RECT)

View Source
Declaration
public static int Width(this RECT rect)
Returns

System.Int32

Parameters
TypeName
RECTrect

Height(RECT)

View Source
Declaration
public static int Height(this RECT rect)
Returns

System.Int32

Parameters
TypeName
RECTrect