Render(Graphics,Rectangle,Image,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.
- img
- Image to render.
- colorMode
- Rendering color mode.
See Also