<< Click to Display Table of Contents >> Clone |
Creates a copy of the section of this Bitmap defined with a specified PixelFormat.
x - Defines the left position of this Bitmap to copy.
y - Defines the top position of this Bitmap to copy.
w - Defines the width to copy.
h - Defines the height to copy.
pixfmt - Specifies the PixelFormat enumeration for the destination Bitmap.
Clone PROCEDURE(SREAL x, SREAL y, SREAL w, SREAL h, PixelFormatEnum pixfmt), *TDrawingBitmap