Leadtools.ImageProcessing.Effects Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.12.10
MaximumGray Property
See Also 
Leadtools.ImageProcessing.Effects Namespace > FadedMaskCommand Class : MaximumGray Property




Gets or sets the maximum value of the fade color.

Syntax

Visual Basic (Declaration) 
Public Property MaximumGray As Integer
Visual Basic (Usage)Copy Code
Dim instance As FadedMaskCommand
Dim value As Integer
 
instance.MaximumGray = value
 
value = instance.MaximumGray
C# 
public int MaximumGray {get; set;}
Managed Extensions for C++ 
public: __property int get_MaximumGray();
public: __property void set_MaximumGray( 
   int value
);
C++/CLI 
public:
property int MaximumGray {
   int get();
   void set (int value);
}

Return Value

The maximum value of the fade color. Possible values are between 0 and 255.

Example

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also