C# Class TOAPI.Types.SIZE

Show file Open project: Wiladams/NewTOAPIA Class Usage Examples

Public Properties

Property Type Description
cx int
cy int

Public Methods

Method Description
SIZE ( int width, int height ) : System

Method Details

SIZE() public method

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

Property Details

cx public property

public int cx
return int

cy public property

public int cy
return int