Nevron .NET Vision
Nevron.UI Namespace / NImageRenderOptions Class / Grayscale Property


In This Topic
    Grayscale Property (NImageRenderOptions)
    In This Topic
    Gets/sets a boolean value whether the image will be converted to grayscale.
    Syntax
    'Declaration
     
    
    Public Property Grayscale As System.Boolean
    'Usage
     
    
    Dim instance As NImageRenderOptions
    Dim value As System.Boolean
     
    instance.Grayscale = value
     
    value = instance.Grayscale
    public System.bool Grayscale {get; set;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also