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
Type | Name |
---|---|
RECT | rect |
Bottom(RECT)
View Source
Declaration
public static int Bottom(this RECT rect)
Returns
System.Int32
Parameters
Type | Name |
---|---|
RECT | rect |
Left(RECT)
View Source
Declaration
public static int Left(this RECT rect)
Returns
System.Int32
Parameters
Type | Name |
---|---|
RECT | rect |
Right(RECT)
View Source
Declaration
public static int Right(this RECT rect)
Returns
System.Int32
Parameters
Type | Name |
---|---|
RECT | rect |
Width(RECT)
View Source
Declaration
public static int Width(this RECT rect)
Returns
System.Int32
Parameters
Type | Name |
---|---|
RECT | rect |
Height(RECT)
View Source
Declaration
public static int Height(this RECT rect)
Returns
System.Int32
Parameters
Type | Name |
---|---|
RECT | rect |