C# Class cadencii.java.awt.Image

Show file Open project: cadencii/cadencii Class Usage Examples

Public Properties

Property Type Description
image System.Drawing.Image

Public Methods

Method Description
getHeight ( object observer ) : int
getWidth ( object observer ) : int

Method Details

getHeight() public method

public getHeight ( object observer ) : int
observer object
return int

getWidth() public method

public getWidth ( object observer ) : int
observer object
return int

Property Details

image public property

public System.Drawing.Image image
return System.Drawing.Image