LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)

Transparent Property

Show in webframe







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;}

            

            
 
get_Transparent();
set_Transparent(value);
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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.