[]
Draws the content at the specified location and with the specified size.
public virtual void Draw(Graphics g, Rectangle r, string s, Image img)
| Type | Name | Description |
|---|---|---|
| Graphics | g | A Graphics object that encapsulates a GDI+ drawing surface. |
| Rectangle | r | The rectangle area to draw. |
| string | s | The string to draw. |
| Image | img | The image to draw. |
Draws the content at the specified location and with the specified size.
public virtual void Draw(Graphics g, Rectangle r, string s, Image img, double orientationAngle)
| Type | Name | Description |
|---|---|---|
| Graphics | g | A Graphics object that encapsulates a GDI+ drawing surface. |
| Rectangle | r | The rectangle area to draw. |
| string | s | The string to draw. |
| Image | img | The image to draw. |
| double | orientationAngle | The orientation angle. |
Draws the content at the specified location and with the specified size.
public virtual void Draw(Graphics g, Rectangle r, string s, Image img, double orientationAngle, PointF orientationPivot)
| Type | Name | Description |
|---|---|---|
| Graphics | g | A Graphics object that encapsulates a GDI+ drawing surface. |
| Rectangle | r | The rectangle area to draw. |
| string | s | The string to draw. |
| Image | img | The image to draw. |
| double | orientationAngle | The orientation angle. |
| PointF | orientationPivot | The orientation pivot. |