FormFix v6.0 for .NET - Updated
ClipBitmap Method



Accusoft.FormDirectorSdk Namespace > Field Class : ClipBitmap Method
An object used to set environment settings, such as debugging and licensing. See the FormDirector class for more details.
An image of the full form. This method will copy pixels from this image to the returned image.
Copies the pixels for a field from a full-page image into a new image.
Syntax
'Declaration
 
Public Function ClipBitmap( _
   ByVal workspace As FormDirector, _
   ByVal fullImage As Bitmap _
) As Bitmap
'Usage
 
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
)

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.
Remarks

This method creates a new image whose size matches this field. It then finds the pixels in fullImage that lie within the field and copies them to the new image.

This object has several different implementations of this method, each using a different format for the image. This allows you to work with the image format that is most convenient to you.

See Also

Reference

Field Class
Field Members
ClipHbitmap Method
ClipHdib Method
ClipImage Method
Location Property

Is this page helpful?
Yes No
Thanks for your feedback.