Property | Type | Description | |
---|---|---|---|
CustomItems | |||
HoldInvalidation | bool | ||
SixteenXNine | bool | ||
huddrawtime | int | ||
objBitmap | Bitmap | ||
streamjpgenable | bool |
Property | Type | Description | |
---|---|---|---|
Clear | void | ||
GetImageCodec | System.Drawing.Imaging.ImageCodecInfo | ||
doPaint | void | ||
drawstring | void | ||
drawstring | void | ||
wrap360 | float |
Method | Description | |
---|---|---|
DrawArc ( |
||
DrawEllipse ( |
||
DrawImage ( Image img, int x, int y, int width, int height ) : void | ||
DrawLine ( |
||
DrawPath ( |
||
DrawPolygon ( |
||
DrawPolygon ( |
||
DrawRectangle ( |
||
DrawRectangle ( |
||
FillPath ( |
||
FillPolygon ( |
||
FillPolygon ( |
||
FillRectangle ( |
||
GrabScreenshot ( ) : |
||
HUD ( ) : System | ||
Invalidate ( ) : void |
Override to prevent offscreen drawing the control - mono mac
|
|
Refresh ( ) : void | ||
ResetClip ( ) : void | ||
ResetTransform ( ) : void | ||
ResizeImage ( Image image, int width, int height ) : |
||
RotateTransform ( float angle ) : void | ||
SetClip ( |
||
ThisReallyVisible ( ) : bool |
this is to fix a mono off screen drawing issue
|
|
TranslateTransform ( float x, float y ) : void | ||
doResize ( ) : void |
Method | Description | |
---|---|---|
OnHandleCreated ( |
||
OnHandleDestroyed ( |
||
OnLoad ( |
||
OnMouseClick ( MouseEventArgs e ) : void | ||
OnMouseMove ( MouseEventArgs e ) : void | ||
OnPaint ( PaintEventArgs e ) : void | ||
OnPaintBackground ( PaintEventArgs e ) : void | ||
OnResize ( |
Method | Description | |
---|---|---|
Clear ( Color color ) : void | ||
GetImageCodec ( string mimetype ) : System.Drawing.Imaging.ImageCodecInfo | ||
doPaint ( PaintEventArgs e ) : void | ||
drawstring ( Graphics e, string text, Font font, float fontsize, SolidBrush brush, float x, float y ) : void | ||
drawstring ( HUD e, string text, Font font, float fontsize, SolidBrush brush, float x, float y ) : void | ||
wrap360 ( float noin ) : float |
public DrawArc ( |
||
penn | ||
rect | ||
start | float | |
degrees | float | |
return | void |
public DrawEllipse ( |
||
penn | ||
rect | ||
return | void |
public DrawImage ( Image img, int x, int y, int width, int height ) : void | ||
img | Image | |
x | int | |
y | int | |
width | int | |
height | int | |
return | void |
public DrawLine ( |
||
penn | ||
x1 | double | |
y1 | double | |
x2 | double | |
y2 | double | |
return | void |
public DrawPath ( |
||
penn | ||
gp | ||
return | void |
public DrawPolygon ( |
||
penn | ||
list | Point | |
return | void |
public DrawPolygon ( |
||
penn | ||
list | ||
return | void |
public DrawRectangle ( |
||
penn | ||
rect | ||
return | void |
public DrawRectangle ( |
||
penn | ||
x1 | double | |
y1 | double | |
width | double | |
height | double | |
return | void |
public FillPath ( |
||
brushh | ||
gp | ||
return | void |
public FillPolygon ( |
||
brushh | ||
list | Point | |
return | void |
public FillPolygon ( |
||
brushh | ||
list | ||
return | void |
public FillRectangle ( |
||
brushh | ||
rectf | ||
return | void |
protected OnHandleCreated ( |
||
e | ||
return | void |
protected OnHandleDestroyed ( |
||
e | ||
return | void |
protected OnMouseClick ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
return | void |
protected OnMouseMove ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
return | void |
protected OnPaint ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | |
return | void |
protected OnPaintBackground ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | |
return | void |
protected OnResize ( |
||
e | ||
return | void |
public static ResizeImage ( Image image, int width, int height ) : |
||
image | Image | |
width | int | |
height | int | |
return |
public RotateTransform ( float angle ) : void | ||
angle | float | |
return | void |
public SetClip ( |
||
rect | ||
return | void |
public TranslateTransform ( float x, float y ) : void | ||
x | float | |
y | float | |
return | void |
public Hashtable,System.Collections CustomItems | ||
return |