<< Click to Display Table of Contents >> FromBitmap |
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