C# Class com.codename1.impl.NativeGraphics

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

Public Properties

Property Type Description
destination WindowsGraphics

Public Methods

Method Description
getClipH ( ) : int
getClipW ( ) : int
getClipX ( ) : int
getClipY ( ) : int
resetClip ( ) : void

Method Details

getClipH() public method

public getClipH ( ) : int
return int

getClipW() public method

public getClipW ( ) : int
return int

getClipX() public method

public getClipX ( ) : int
return int

getClipY() public method

public getClipY ( ) : int
return int

resetClip() public method

public resetClip ( ) : void
return void

Property Details

destination public property

public WindowsGraphics,com.codename1.impl destination
return WindowsGraphics