You are here: GdPicture.NET > Documentation > Classes > GdPictureImaging Class > GdPictureImaging Methods > Effects and Filters > FxBlackNWhite > FxBlackNWhite Method (Integer, BitonalReduction)
logo.gif
ContentsIndexHome
PreviousUpNext
GdPictureImaging.FxBlackNWhite Method (Integer, BitonalReduction)

Performs black & white effect on a GdPicture image or into an area of a GdPicture image defined by SetROI() function.

C#
public GdPictureStatus FxBlackNWhite(
    int ImageID, 
    BitonalReduction Mode
);
Visual Basic
Public Function FxBlackNWhite(
    ByVal ImageID As Integer, 
    ByVal Mode As BitonalReduction
) As GdPictureStatus
Parameters
Parameters 
Description 
ImageID 
GdPicture Image Identifier.  
Mode 
A member of the BitonalReduction enumeration.  
Returns

A member of the GdPictureStatus enumeration.

What do you think about this topic? Send feedback!
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.