BitmapPaint(Picture,Single) Method
Paints the specified background image as a bitmap with the specified scaling.
'Declaration
Public Overloads Function BitmapPaint( _
ByVal As Picture, _
ByVal As Single _
) As Bitmap
'Usage
Dim instance As RichTextEditor
Dim imgBackground As Picture
Dim zoomFactor As Single
Dim value As Bitmap
value = instance.BitmapPaint(imgBackground, zoomFactor)
Parameters
- imgBackground
- Background image
- zoomFactor
- Numeric value for scaling the display of the image