C# Class com.codename1.impl.CodenameOneImage

Inheritance: java.lang.Object
Mostra 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_oe property

public NativeGraphics,com.codename1.impl graphics
return NativeGraphics

lastAccess public_oe property

public long lastAccess
return long

mutable public_oe property

public bool mutable
return bool

name public_oe property

public string name
return string

opaque public_oe property

public bool opaque
return bool