C# Class cadencii.java.awt.Rectangle

Show file Open project: cadencii/cadencii Class Usage Examples

Public Properties

Property Type Description
height int
width int
x int
y int

Public Methods

Method Description
Rectangle ( Rectangle r ) : System
Rectangle ( int width_, int height_ ) : System
Rectangle ( int x_, int y_, int width_, int height_ ) : System
ToString ( ) : string

Method Details

Rectangle() public method

public Rectangle ( Rectangle r ) : System
r Rectangle
return System

Rectangle() public method

public Rectangle ( int width_, int height_ ) : System
width_ int
height_ int
return System

Rectangle() public method

public Rectangle ( int x_, int y_, int width_, int height_ ) : System
x_ int
y_ int
width_ int
height_ int
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

height public property

public int height
return int

width public property

public int width
return int

x public property

public int x
return int

y public property

public int y
return int