DrawImage

<< Click to Display Table of Contents >>

Navigation:  EasyDotNet documentation > Classes > TDrawingBitmap > Methods >

DrawImage

Previous pageReturn to chapter overviewNext page

Draws the specified Image at the specified location and with the specified size.

 

image - Image 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.

width - Width of the drawn image. If omitted, original size is used.

height - Height of the drawn image. If omitted, original size is used.

 

DrawImage                       PROCEDURE(*TDrawingBitmap pImage, SREAL x, SREAL y, SREAL width = 0, SREAL height = 0), BOOL, PROC