FromBitmap

<< Click to Display Table of Contents >>

Navigation:  EasyDotNet documentation > Classes > TDrawingBitmap > Methods >

FromBitmap

Previous pageReturn to chapter overviewNext page

Initializes a new instance of the Bitmap class from the specified existing image, scaled to the specified size.

 

original - The Image from which to create the new Bitmap.

w - The width, in pixels, of the new Bitmap.

h - The height, in pixels, of the new Bitmap.

 

FromBitmap                     PROCEDURE(*TDrawingBitmap original, LONG w, LONG h), BOOL, PROC