C# Class ikvm.awt.ComponentGraphics

Inheritance: NetGraphics
Exibir arquivo Open project: samskivert/ikvm-monotouch Class Usage Examples

Public Methods

Method Description
copyArea ( int x, int y, int width, int height, int dx, int dy ) : void
create ( ) : java.awt.Graphics

Protected Methods

Method Description
GetSize ( ) : SizeF

Private Methods

Method Description
ComponentGraphics ( Control control, java fgColor, java bgColor, java font ) : System
getPointToScreen ( Point point ) : Point
getPointToScreenImpl ( Point point ) : Point

Method Details

GetSize() protected method

protected GetSize ( ) : SizeF
return System.Drawing.SizeF

copyArea() public method

public copyArea ( int x, int y, int width, int height, int dx, int dy ) : void
x int
y int
width int
height int
dx int
dy int
return void

create() public method

public create ( ) : java.awt.Graphics
return java.awt.Graphics