[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Draws the image at the specified coordinates. [Property] Graphics=Sets the Graphics to draw an image. ARG(Graphics)|20|(empty)|Graphics Image=Sets an image to draw. ARG(Image)|11| SrcUnit=Sets a member of the GraphicsUnit enumeration that specifies the units of measure. ARG(GraphicsUnit)|20|(empty)|GraphicsUnit X=Sets the x-coordinate of the upper-left corner of the drawn image. ARG(int||float)|2| Y=Sets the y-coordinate of the upper-left corner of the drawn image. ARG(int||float)|2| Width=Sets the width of the drawn image. ARG(int||float)|2| Height=Sets the height of the drawn image. ARG(int||float)|2| [Methods] doDrawImage=Draws the specified Image, using its original physical size, at the specified location. ARG(Image image, Point||PointF point)|1|0 *doDrawImage2=Draws the specified Image at the specified location and with the specified shape and size. ARG(Image image, Point[]||PointF[] destPoints)|1|0 *doDrawImage3=Draws the specified Image at the specified location and with the specified size. ARG(Image image, Rectangle||RectangleF srcRect)|1|0 *doDrawImage4=Draws the specified image, using its original physical size, at the location specified by a coordinate pair. ARG(Image image, int x, int y)|1|0 *doDrawImage5=Draws the specified portion of the specified Image at the specified location and with the specified size. ARG(Image image, Point[]||PointF[] destPoints, Rectangle||RectangleF srcRect, GraphicsUnit srcUnit)|1|0 *doDrawImage6=Draws the specified portion of the specified Image at the specified location and with the specified size. ARG(Image image, Rectangle||RectangleF destRect, Rectangle||RectangleF srcRect, GraphicsUnit srcUnit)|1|0 *doDrawImage7=Draws the specified portion of the specified Image at the specified location. ARG(Image image, Point[]||PointF[] destPoints, Rectangle||RectangleF srcRect, GraphicsUnit srcUnit, ImageAttributes imageAttr)|1|0 *doDrawImage8=Draws a portion of an image at a specified location. ARG(Image image, int||float x, int||float y, Rectangle||RectangleF srcRect, GraphicsUnit srcUnit)|1|0 *doDrawImage9=Draws the specified Image at the specified location and with the specified size. ARG(Image image, int||float x, int||float y, int||float width, int||float height)|1|0 *doDrawImage10=Draws the specified portion of the specified Image at the specified location and with the specified size. ARG(Image image, Point[]||PointF[] destPoints, Rectangle||RectangleF srcRect, GraphicsUnit srcUnit, ImageAttributes imageAttr, DrawImageAbort callback)|1|0 *doDrawImage11=Draws the specified portion of the specified Image at the specified location and with the specified size. ARG(Image image, Point[]||PointF[] destPoints, Rectangle||RectangleF srcRect, GraphicsUnit srcUnit, ImageAttributes imageAttr, DrawImageAbort callback, int callbackData)|1|0 *doDrawImage12=Draws the specified portion of the specified Image at the specified location and with the specified size. ARG(Image image, Rectangle destRect, int x, int y, int width, int height, GraphicsUnit srcUnit)|1|0 *doDrawImage13=Draws the specified portion of the specified Image at the specified location and with the specified size. ARG(Image image, Rectangle destRect, int x, int y, int width, int height, GraphicsUnit srcUnit, ImageAttributes imageAttr)|1|0 *doDrawImage14=Draws the specified portion of the specified Image at the specified location and with the specified size. ARG(Image image, Rectangle destRect, int x, int y, int width, int height, GraphicsUnit srcUnit, ImageAttributes imageAttr, DrawImageAbort callback)|1|0 *doDrawImage15=Draws the specified portion of the specified Image at the specified location and with the specified size. ARG(Image image, Rectangle destRect, int x, int y, int width, int height, GraphicsUnit srcUnit, ImageAttributes imageAttrs, DrawImageAbort callback, IntPtr callbackData)|1|0 *doDrawImage16=Draws the specified image, using its original physical size, at the location specified by a coordinate pair. ARG(Image image, float x, float y)|1|0 *doDrawImage17=Draws the specified portion of the specified Image at the specified location and with the specified size. ARG(Image image, Rectangle destRect, float x, float y, float width, float height, GraphicsUnit srcUnit)|1|0 *doDrawImage18=Draws the specified portion of the specified Image at the specified location and with the specified size. ARG(Image image, Rectangle destRect, float x, float y, float width, float height, GraphicsUnit srcUnit, ImageAttributes imageAttr)|1|0 *doDrawImage19=Draws the specified portion of the specified Image at the specified location and with the specified size. ARG(Image image, Rectangle destRect, float x, float y, float width, float height, GraphicsUnit srcUnit, ImageAttributes imageAttr, DrawImageAbort callback)|1|0 *doDrawImage20=Draws the specified portion of the specified Image at the specified location and with the specified size. ARG(Image image, Rectangle destRect, float x, float y, float width, float height, GraphicsUnit srcUnit, ImageAttributes imageAttrs, DrawImageAbort callback, IntPtr callbackData)|1|0 *doDrawImageUnscaled=Draws a specified image using its original physical size at a specified location. ARG(Image image, Point point)|1|0 *doDrawImageUnscaled2=Draws a specified image using its original physical size at a specified location. ARG(Image image, Rectangle srcRect)|1|0 *doDrawImageUnscaled3=Draws the specified image using its original physical size at the location specified by a coordinate pair. ARG(Image image, int x, int y)|1|0 *doDrawImageUnscaled4=Draws a specified image using its original physical size at a specified location. ARG(Image image, int x, int y, int width, int height)|1|0 *doDrawImageUnscaledAndClipped=Draws the specified image without scaling and clips it, if necessary, to fit in the specified rectangle. ARG(Image image, Rectangle destRect)|1|0 Graphics=Defines the Graphics to draw an image. ARG(Graphics)|4|0 Image=Defines an image to draw. ARG(Image)|4|11 *point=Defines a Point structure that represents the location of the upper-left corner of the drawn image. ARG(Point||PointF)|4|0 *points=Defines an array of three Point structures that define a parallelogram. ARG(Point[]||PointF[])|4|13 *x=Defines the x-coordinate of the upper-left corner of the drawn image. ARG(int||float)|4|0 *y=Defines the y-coordinate of the upper-left corner of the drawn image. ARG(int||float)|4|0 *width=Defines the Width of the drawn image . ARG(int||float)|4|0 *height=Defines the Height of the drawn image. ARG(int||float)|4|0 *srcRect=Defines a Rectangle structure that specifies the portion of the image object to draw. ARG(Rectangle||RectangleF)|4|0 *destRect=Defines a Rectangle structure that specifies the location and size of the drawn image. The image is scaled to fit the rectangle. ARG(Rectangle)|4|0 *imageAttrs=Defines an ImageAttributes that specifies recoloring and gamma information for the image object. ARG(ImageAttributes)|4|0 *callback=Defines DrawImageAbort delegate that specifies a method to call during the drawing of the image. This method is called frequently to check whether to stop execution of the DrawImage method according to application-determined criteria. ARG(DrawImageAbort)|4|0 *callbackData=Defines a value specifying additional data for the DrawImageAbort delegate to use when checking whether to stop execution of the DrawImage method. ARG(int)|4|1