LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)
LEAD Technologies, Inc

MaximumGray Property






Gets or sets the maximum value of the fade color. .NET support
Syntax
public int MaximumGray {get; set;}
'Declaration
 
Public Property MaximumGray As Integer
'Usage
 
Dim instance As FadedMaskCommand
Dim value As Integer
 
instance.MaximumGray = value
 
value = instance.MaximumGray
public int MaximumGray {get; set;}
 get_MaximumGray();
set_MaximumGray(value);
public:
property int MaximumGray {
   int get();
   void set (    int value);
}

Property Value

The maximum value of the fade color. Possible values are between 0 and 255.
Example
Refer to FeatherAlphaBlendCommand.
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

Reference

FadedMaskCommand Class
FadedMaskCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.