Charting for WinForms Programmer's Guide
IGraphics.DrawIcon Method (Icon, Int32, Int32)
See Also
 






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

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

void DrawIcon (
    Icon icon,
    int x,
    int y
)

Visual Basic  Copy Code

Sub DrawIcon( _
    icon As Icon, _
    x As Integer, _
    y As Integer _
)

 Parameters

icon
A .NET Icon object to draw.
x
The x-coordinate of the upper-left corner of the drawn image.
y
The y-coordinate of the upper-left corner of the drawn image.

 See Also

DrawIcon Method Overload List
IGraphics Members
IGraphics Interface
MindFusion.Drawing Namespace