LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)
LEAD Technologies, Inc

Transparent Property






Gets or sets the transparency color. .NET support
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);
public:
property RasterColor Transparent {
   RasterColor get();
   void set (    RasterColor value);
}

Property Value

The transparency color.
Example
Refer to FeatherAlphaBlendCommand.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

FadedMaskCommand Class
FadedMaskCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.