C# Class ScoobyRom.RectSizing

Show file Open project: SubaruDieselCrew/ScoobyRom Class Usage Examples

Public Methods

Method Description
RectSizing ( ) : System
RectSizing ( int width, int height ) : System
ZoomIn ( ) : void
ZoomOut ( ) : void
ZoomReset ( ) : void

Private Methods

Method Description
Calc ( int width, int height ) : void
CalcFromNewWidth ( double newWidth ) : void

Method Details

RectSizing() public method

public RectSizing ( ) : System
return System

RectSizing() public method

public RectSizing ( int width, int height ) : System
width int
height int
return System

ZoomIn() public method

public ZoomIn ( ) : void
return void

ZoomOut() public method

public ZoomOut ( ) : void
return void

ZoomReset() public method

public ZoomReset ( ) : void
return void