C# Class Microsoft.Identity.Client.NativeWrapper.COMRECT

Show file Open project: AzureAD/microsoft-authentication-library-for-dotnet Class Usage Examples

Public Properties

Property Type Description
bottom int
left int
right int
top int

Public Methods

Method Description
COMRECT ( ) : System
COMRECT ( Rectangle r ) : System
COMRECT ( int left, int top, int right, int bottom ) : System
FromXYWH ( int x, int y, int width, int height ) : COMRECT
ToString ( ) : string

Method Details

COMRECT() public method

public COMRECT ( ) : System
return System

COMRECT() public method

public COMRECT ( Rectangle r ) : System
r System.Drawing.Rectangle
return System

COMRECT() public method

public COMRECT ( int left, int top, int right, int bottom ) : System
left int
top int
right int
bottom int
return System

FromXYWH() public static method

public static FromXYWH ( int x, int y, int width, int height ) : COMRECT
x int
y int
width int
height int
return COMRECT

ToString() public method

public ToString ( ) : string
return string

Property Details

bottom public property

public int bottom
return int

left public property

public int left
return int

right public property

public int right
return int

top public property

public int top
return int