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

Afficher le fichier Open project: AzureAD/microsoft-authentication-library-for-dotnet Class Usage Examples

Méthodes publiques

Свойство Type Description
bottom int
left int
right int
top int

Méthodes publiques

Méthode 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 méthode

public COMRECT ( ) : System
Résultat System

COMRECT() public méthode

public COMRECT ( Rectangle r ) : System
r System.Drawing.Rectangle
Résultat System

COMRECT() public méthode

public COMRECT ( int left, int top, int right, int bottom ) : System
left int
top int
right int
bottom int
Résultat System

FromXYWH() public static méthode

public static FromXYWH ( int x, int y, int width, int height ) : COMRECT
x int
y int
width int
height int
Résultat COMRECT

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

bottom public_oe property

public int bottom
Résultat int

left public_oe property

public int left
Résultat int

right public_oe property

public int right
Résultat int

top public_oe property

public int top
Résultat int