C# Class ikvm.awt.ComponentGraphics

Inheritance: NetGraphics
Afficher le fichier Open project: samskivert/ikvm-monotouch Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
GetSize ( ) : SizeF

Private Methods

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

Method Details

GetSize() protected méthode

protected GetSize ( ) : SizeF
Résultat System.Drawing.SizeF

copyArea() public méthode

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
Résultat void

create() public méthode

public create ( ) : java.awt.Graphics
Résultat java.awt.Graphics