Метод | Описание | |
---|---|---|
GetPixel ( int x, int y ) : Microsoft.Xna.Framework.Color |
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void | ||
Draw ( ) : void | ||
GraphicsDeviceControl ( ) : System | ||
Initialize ( ) : void | ||
OnCreateControl ( ) : void | ||
OnPaint ( PaintEventArgs e ) : void | ||
OnPaintBackground ( PaintEventArgs pevent ) : void | ||
PaintUsingSystemDrawing ( |
Метод | Описание | |
---|---|---|
BeginDraw ( ) : string | ||
EndDraw ( ) : void | ||
HandleDeviceReset ( ) : string | ||
_tkControl_Load ( object sender, |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Результат | void |
public GetPixel ( int x, int y ) : Microsoft.Xna.Framework.Color | ||
x | int | |
y | int | |
Результат | Microsoft.Xna.Framework.Color |
protected GraphicsDeviceControl ( ) : System | ||
Результат | System |
protected OnPaint ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | |
Результат | void |
protected OnPaintBackground ( PaintEventArgs pevent ) : void | ||
pevent | PaintEventArgs | |
Результат | void |
protected PaintUsingSystemDrawing ( |
||
graphics | ||
text | string | |
Результат | void |