Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementWindowless Class / ToGrayscale Method / ToGrayscale(Image) Method


In This Topic
ToGrayscale(Image) Method
In This Topic
Syntax
'Declaration
 
Public Overloads Shared Function ToGrayscale( _
   ByVal sourceImage As Image _
) As Bitmap
 
'Usage
 
Dim sourceImage As Image
Dim value As Bitmap
 
value = ElementWindowless.ToGrayscale(sourceImage)

Parameters

sourceImage
See Also