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


In This Topic
    GrayScaleIntensity Property
    In This Topic
    Gets/sets the intensity of the grayscale applied on the image (if GrayScale is true).
    Syntax
    'Declaration
     
    
    Public Property GrayScaleIntensity As System.Byte
    'Usage
     
    
    Dim instance As NImageRenderOptions
    Dim value As System.Byte
     
    instance.GrayScaleIntensity = value
     
    value = instance.GrayScaleIntensity
    public System.byte GrayScaleIntensity {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