C# Class GraphicsImplementation.Gdi32.RECT

Mostra file Open project: filipkunc/GLGraphics

Public Properties

Property Type Description
bottom int
left int
right int
top int

Public Methods

Method 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 method

public Deflate ( int dx, int dy ) : void
dx int
dy int
return void

Height() public method

public Height ( ) : int
return int

Inflate() public method

public Inflate ( int dx, int dy ) : void
dx int
dy int
return void

RECT() public method

public RECT ( int l, int t, int r, int b ) : System
l int
t int
r int
b int
return System

Width() public method

public Width ( ) : int
return int

Property Details

bottom public_oe property

public int bottom
return int

left public_oe property

public int left
return int

right public_oe property

public int right
return int

top public_oe property

public int top
return int