WebPlanner Programmer's Guide

GdiGraphics.DrawIcon Method

See Also
 


Draws the image represented by the specified .NET Icon object at the specified coordinates.

 Overload List

Name Description

GdiGraphics.DrawIcon (Icon, Int32, Int32)

Draws the image represented by the specified .NET Icon object at the specified coordinates.

GdiGraphics.DrawIcon (Icon, Rectangle)

Draws the image represented by the specified .NET Icon object within the area specified by a Rectangle structure.

 See Also