LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
Opacity Property
See Also 
Leadtools.ImageProcessing.Effects Namespace > TextureAlphaBlendCommand Class : Opacity Property



Gets or set the opacity value used when combining the areas from the result of feathering and destination images.

Syntax

Visual Basic (Declaration) 
Public Property Opacity As Integer
Visual Basic (Usage)Copy Code
Dim instance As TextureAlphaBlendCommand
Dim value As Integer
 
instance.Opacity = value
 
value = instance.Opacity
C# 
public int Opacity {get; set;}
C++/CLI 
public:
property int Opacity {
   int get();
   void set (    int value);
}

Property Value

Opacity value used when combining the areas from the result of feathering and destination images. This value ranges from 0 to 255.

Example

Requirements

Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also