Public Function ClipImage( _ ByVal workspace As FormDirector, _ ByVal fullImage As Image _ ) As Image
Dim instance As Field Dim workspace As FormDirector Dim fullImage As Image Dim value As Image value = instance.ClipImage(workspace, fullImage)
public Image ClipImage( FormDirector workspace, Image fullImage )
public: Image^ ClipImage( FormDirector^ workspace, Image^ 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.