C# Class com.codename1.impl.CodenameOneImage

Inheritance: java.lang.Object
Afficher le fichier Open project: Pmovil/CN1WindowsPort Class Usage Examples

Méthodes publiques

Свойство Type Description
graphics NativeGraphics
lastAccess long
mutable bool
name string
opaque bool

Méthodes publiques

Méthode Description
@this ( ) : void
getImageHeight ( ) : int
getImageWidth ( ) : int
initGraphics ( ) : void
setSize ( int w, int h ) : void

Method Details

@this() public méthode

public @this ( ) : void
Résultat void

getImageHeight() public méthode

public getImageHeight ( ) : int
Résultat int

getImageWidth() public méthode

public getImageWidth ( ) : int
Résultat int

initGraphics() public méthode

public initGraphics ( ) : void
Résultat void

setSize() public méthode

public setSize ( int w, int h ) : void
w int
h int
Résultat void

Property Details

graphics public_oe property

public NativeGraphics,com.codename1.impl graphics
Résultat NativeGraphics

lastAccess public_oe property

public long lastAccess
Résultat long

mutable public_oe property

public bool mutable
Résultat bool

name public_oe property

public string name
Résultat string

opaque public_oe property

public bool opaque
Résultat bool