Render(Graphics,Rectangle,String,DrawColorMode) 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.
- colorMode
- Rendering color mode.
See Also