[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Draws the image represented by the specified Icon at the specified coordinates. [Property] Graphics=Sets the Graphics to draw an icon. ARG(Graphics)|20|(empty)|Graphics Icon=Sets an icon to draw. ARG(Icon)|6| X=Sets the x-coordinate of the upper-left corner of the drawn icon. ARG(int)|1|0 Y=Sets the y-coordinate of the upper-left corner of the drawn icon. ARG(int)|1|0 [Methods] doDrawIcon=Draws the image represented by the specified Icon within the area specified by a Rectangle structure. ARG(Icon icon, Rectangle targetRect)|1|0 *doDrawIcon2=Draws the image represented by the specified Icon at the specified coordinates. ARG(Icon icon, int x, int y)|1|0 *doDrawIconUnstretched=Draws the image represented by the specified Icon without scaling the image. ARG(Icon icon, Rectangle targetRect)|1|0 Graphics=Defines the Graphics to draw an icon. ARG(Graphics)|4|0 Icon=Defines an icon to draw. ARG(Icon)|4|6 *targetRect=Defines a rectangle structure that specifies the location and size of the resulting image on the display surface. The image contained in the icon parameter is scaled to the dimensions of this rectangular area. ARG(Rectangle)|4|0 *x=Defines the x-coordinate of the upper-left corner of the drawn icon. ARG(int)|4|1 *y=Defines the y-coordinate of the upper-left corner of the drawn icon. ARG(int)|4|1