C# Class GraphicsImplementation.Gdi32.RECT

Show 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 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