C# Class GraphicsImplementation.Gdi32.RECT

Afficher le fichier Open project: filipkunc/GLGraphics

Méthodes publiques

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

Méthodes publiques

Méthode Description
Deflate ( int dx, int dy ) : void
Height ( ) : int
Inflate ( int dx, int dy ) : void
RECT ( int l, int t, int r, int b ) : System
Width ( ) : int

Method Details

Deflate() public méthode

public Deflate ( int dx, int dy ) : void
dx int
dy int
Résultat void

Height() public méthode

public Height ( ) : int
Résultat int

Inflate() public méthode

public Inflate ( int dx, int dy ) : void
dx int
dy int
Résultat void

RECT() public méthode

public RECT ( int l, int t, int r, int b ) : System
l int
t int
r int
b int
Résultat System

Width() public méthode

public Width ( ) : int
Résultat int

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