DK11 for Delphi | VCL.GisGdiPlus.TGIS_GdipGraphics.DrawImage | Overloads | Constructors | Fields | Methods | Properties
Draw an image.
// Delphi public procedure DrawImage( _image : TGIS_GdipImage; _x : Integer; _y : Integer ); overload;
// C++ Builder public: void DrawImage( TGIS_GdipImage* _image, int _x, int _y ) /* overload */;
Name | Type | Description |
---|---|---|
_image | TGIS_GdipImage | image to draw |
_x | Integer | x coordinate of the upper-left corner of the drawn image |
_y | Integer | y coordinate of the upper-left corner of the drawn image |