LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

Transparency Property

Show in webframe







Gets or sets the transparency amount between the image and the canvas.
Syntax
public int Transparency {get; set;}
'Declaration
 
Public Property Transparency As Integer
'Usage
 
Dim instance As CanvasCommand
Dim value As Integer
 
instance.Transparency = value
 
value = instance.Transparency
public int Transparency {get; set;}

            

            
 
get_Transparency();
set_Transparency(value);
Object.defineProperty('Transparency');
public:
property int Transparency {
   int get();
   void set (    int value);
}

Property Value

The transparency amount between the image and the canvas. Valid range is from 0 to 100. When set to 0, only the canvas image displays, and when set to 100, the canvas image is barely visible.
Example
Refer to CanvasCommand example.
Requirements

Target Platforms

See Also

Reference

CanvasCommand Class
CanvasCommand Members

 

 


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