C# Class Processing.size

Show file Open project: Wiladams/NewTOAPIA

Public Properties

Property Type Description
height int
width 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

height public property

public int height
return int

width public property

public int width
return int