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

Show in webframe

Opacity Property (FragmentCommand)








Gets or sets the value that indicates the transparency, in percent.
Syntax
public int Opacity {get; set;}
'Declaration
 
Public Property Opacity As Integer
'Usage
 
Dim instance As FragmentCommand
Dim value As Integer
 
instance.Opacity = value
 
value = instance.Opacity
public int Opacity {get; set;}

            

            
 
get_Opacity();
set_Opacity(value);
Object.defineProperty('Opacity');
public:
property int Opacity {
   int get();
   void set (    int value);
}

Property Value

Value that indicates the transparency, in percent, of the copy in comparison to the original image. The valid range is from 0 to 100. A value of 0 means the resulting image will be black. A value of 100 means that each copy's value will comprise 25 of the result.
Example
Refer to FragmentCommand example.
Requirements

Target Platforms

See Also

Reference

FragmentCommand Class
FragmentCommand Members

Error processing SSI file