C# Class com.codename1.impl.CodenameOneImage

Inheritance: java.lang.Object
Show file Open project: Pmovil/CN1WindowsPort Class Usage Examples

Public Properties

Property Type Description
graphics NativeGraphics
lastAccess long
mutable bool
name string
opaque bool

Public Methods

Method Description
@this ( ) : void
getImageHeight ( ) : int
getImageWidth ( ) : int
initGraphics ( ) : void
setSize ( int w, int h ) : void

Method Details

@this() public method

public @this ( ) : void
return void

getImageHeight() public method

public getImageHeight ( ) : int
return int

getImageWidth() public method

public getImageWidth ( ) : int
return int

initGraphics() public method

public initGraphics ( ) : void
return void

setSize() public method

public setSize ( int w, int h ) : void
w int
h int
return void

Property Details

graphics public property

public NativeGraphics,com.codename1.impl graphics
return NativeGraphics

lastAccess public property

public long lastAccess
return long

mutable public property

public bool mutable
return bool

name public property

public string name
return string

opaque public property

public bool opaque
return bool