Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Utility Class / MakeGrayscale Method
The original bitmap

In This Topic
    MakeGrayscale Method
    In This Topic
    Converts an image to grayscale.
    Syntax
    'Declaration
     
    Public Shared Function MakeGrayscale( _
       ByVal original As Bitmap _
    ) As Bitmap
    public static Bitmap MakeGrayscale( 
       Bitmap original
    )

    Parameters

    original
    The original bitmap

    Return Value

    The grayscale bitmap.
    See Also