C1.Win.Bitmap.4.8 Assembly / C1.Win.Bitmap Namespace / C1Bitmap Class / ToGdiBitmap Method / ToGdiBitmap(ImageRect) Method
The source rectangle within the image.

In This Topic
ToGdiBitmap(ImageRect) Method
In This Topic
Creates a System.Drawing.Bitmap from a part of the image.
Syntax
'Declaration
 
Public Overloads Function ToGdiBitmap( _
   ByVal srcRect As ImageRect _
) As System.Drawing.Bitmap
 

Parameters

srcRect
The source rectangle within the image.
See Also