Method | Description | |
---|---|---|
GetPixel ( int x, int y ) : Microsoft.Xna.Framework.Color |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void | ||
Draw ( ) : void | ||
GraphicsDeviceControl ( ) : System | ||
Initialize ( ) : void | ||
OnCreateControl ( ) : void | ||
OnPaint ( PaintEventArgs e ) : void | ||
OnPaintBackground ( PaintEventArgs pevent ) : void | ||
PaintUsingSystemDrawing ( |
Method | Description | |
---|---|---|
BeginDraw ( ) : string | ||
EndDraw ( ) : void | ||
HandleDeviceReset ( ) : string | ||
_tkControl_Load ( object sender, |
public GetPixel ( int x, int y ) : Microsoft.Xna.Framework.Color | ||
x | int | |
y | int | |
return | Microsoft.Xna.Framework.Color |
protected OnPaint ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | |
return | void |
protected OnPaintBackground ( PaintEventArgs pevent ) : void | ||
pevent | PaintEventArgs | |
return | void |
protected PaintUsingSystemDrawing ( |
||
graphics | ||
text | string | |
return | void |