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

Show in webframe

Transparent Property








Gets or sets the transparency color.
Syntax
public RasterColor Transparent {get; set;}
'Declaration
 
Public Property Transparent As RasterColor
'Usage
 
Dim instance As FadedMaskCommand
Dim value As RasterColor
 
instance.Transparent = value
 
value = instance.Transparent
public RasterColor Transparent {get; set;}
 <br/>get_Transparent();<br/>set_Transparent(value);<br/>Object.defineProperty('Transparent'); 
public:
property RasterColor Transparent {
   RasterColor get();
   void set (    RasterColor value);
}

Property Value

The transparency color.
Example
Refer to FeatherAlphaBlendCommand.
Requirements

Target Platforms

See Also

Reference

FadedMaskCommand Class
FadedMaskCommand Members

Error processing SSI file