C# Class com.codename1.impl.SilverlightImageIO

Inheritance: ui.util.ImageIO
Exibir arquivo Open project: Pmovil/CN1WindowsPort Class Usage Examples

Public Methods

Method Description
SilverlightImageIO ( ) : System
isFormatSupported ( java n1 ) : bool
save ( java image, java response, java format, int width, int height, float quality ) : void
saveImage ( ui image, java response, java format, float quality ) : void

Method Details

SilverlightImageIO() public method

public SilverlightImageIO ( ) : System
return System

isFormatSupported() public method

public isFormatSupported ( java n1 ) : bool
n1 java
return bool

save() public method

public save ( java image, java response, java format, int width, int height, float quality ) : void
image java
response java
format java
width int
height int
quality float
return void

saveImage() public method

public saveImage ( ui image, java response, java format, float quality ) : void
image ui
response java
format java
quality float
return void