Render(Graphics,Rectangle,String,Image) Method
In This Topic
Renders a string and an image into a
System.Drawing.Graphics object using this style.
Syntax
Parameters
- g
- System.Drawing.Graphics object to render into.
- rc
- Area where the element will be displayed.
- str
- Text to render.
- img
- Image to render.
See Also