Method | Description | |
---|---|---|
DrawEllipse ( |
||
DrawImage ( Image image, Point point ) : void | ||
DrawImage ( Image image, int x, int y ) : void | ||
DrawLine ( |
||
DrawLine ( |
||
DrawLines ( |
||
DrawPath ( |
||
DrawPolygon ( |
||
DrawRectangle ( |
||
DrawString ( string s, |
||
DrawString ( string s, |
||
DrawString ( string s, |
||
DrawString ( string s, |
||
FillEllipse ( |
||
FillEllipse ( |
||
FillPath ( |
||
FillPolygon ( |
||
FillRectangle ( |
||
GdiGraphics ( |
||
ResetTransform ( ) : void | ||
RotateTransform ( float angle ) : void | ||
ScaleTransform ( float sx, float sy ) : void | ||
SetClip ( |
||
SetClip ( |
||
SetClip ( |
||
SetClip ( |
||
TranslateTransform ( float dx, float dy ) : void |
public DrawEllipse ( |
||
pen | ||
x | int | |
y | int | |
width | int | |
height | int | |
return | void |
public DrawImage ( Image image, Point point ) : void | ||
image | Image | |
point | Point | |
return | void |
public DrawImage ( Image image, int x, int y ) : void | ||
image | Image | |
x | int | |
y | int | |
return | void |
public DrawLine ( |
||
pen | ||
pt1 | Point | |
pt2 | Point | |
return | void |
public DrawLine ( |
||
pen | ||
x1 | int | |
y1 | int | |
x2 | int | |
y2 | int | |
return | void |
public DrawLines ( |
||
pen | ||
points | Point | |
return | void |
public DrawPath ( |
||
pen | ||
path | ||
return | void |
public DrawPolygon ( |
||
pen | ||
points | Point | |
return | void |
public DrawRectangle ( |
||
pen | ||
rect | ||
return | void |
public DrawString ( string s, |
||
s | string | |
font | ||
brush | ||
point | ||
return | void |
public DrawString ( string s, |
||
s | string | |
font | ||
brush | ||
point | ||
format | ||
return | void |
public DrawString ( string s, |
||
s | string | |
font | ||
brush | ||
layoutRectangle | ||
return | void |
public DrawString ( string s, |
||
s | string | |
font | ||
brush | ||
layoutRectangle | ||
format | ||
return | void |
public FillEllipse ( |
||
brush | ||
rect | ||
return | void |
public FillEllipse ( |
||
brush | ||
x | int | |
y | int | |
width | int | |
height | int | |
return | void |
public FillPath ( |
||
brush | ||
path | ||
return | void |
public FillPolygon ( |
||
brush | ||
points | Point | |
return | void |
public FillRectangle ( |
||
brush | ||
rect | ||
return | void |
public GdiGraphics ( |
||
graphics | ||
return | System |
public RotateTransform ( float angle ) : void | ||
angle | float | |
return | void |
public ScaleTransform ( float sx, float sy ) : void | ||
sx | float | |
sy | float | |
return | void |
public SetClip ( |
||
path | ||
combineMode | CombineMode | |
return | void |
public SetClip ( |
||
rect | ||
combineMode | CombineMode | |
return | void |
public SetClip ( |
||
rect | ||
combineMode | CombineMode | |
return | void |
public SetClip ( |
||
region | ||
combineMode | CombineMode | |
return | void |
public TranslateTransform ( float dx, float dy ) : void | ||
dx | float | |
dy | float | |
return | void |