Public Function ClipBitmap( _ ByVal workspace As FormDirector, _ ByVal fullImage As Bitmap _ ) As Bitmap
Dim instance As Field Dim workspace As FormDirector Dim fullImage As Bitmap Dim value As Bitmap value = instance.ClipBitmap(workspace, fullImage)
public Bitmap ClipBitmap( FormDirector workspace, Bitmap fullImage )
public: Bitmap^ ClipBitmap( FormDirector^ workspace, Bitmap^ fullImage )
Parameters
- workspace
- An object used to set environment settings, such as debugging and licensing. See the FormDirector class for more details.
- fullImage
- An image of the full form. This method will copy pixels from this image to the returned image.
Return Value
A new image whose width and height match the size of this field and which contains the pixels from fullImage that lie within the field.