Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)

Show in webframe

Opacity Property (TextureAlphaBlendCommand)








Gets or set the opacity value used when combining the areas from the result of feathering and destination images.
Syntax
public int Opacity {get; set;}
'Declaration
 
Public Property Opacity As Integer
'Usage
 
Dim instance As TextureAlphaBlendCommand
Dim value As Integer
 
instance.Opacity = value
 
value = instance.Opacity
public int Opacity {get; set;}
 <br/>get_Opacity();<br/>set_Opacity(value);<br/>Object.defineProperty('Opacity'); 
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
Refer to TextureAlphaBlendCommand.
Requirements

Target Platforms

See Also

Reference

TextureAlphaBlendCommand Class
TextureAlphaBlendCommand Members

Error processing SSI file