LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)

Opacity Property (TextureAlphaBlendCommand)

Show in webframe







Gets or set the opacity value used when combining the areas from the result of feathering and destination images.
Syntax
public int Opacity {get; set;}
'Declaration
 
Public Property Opacity As Integer
'Usage
 
Dim instance As TextureAlphaBlendCommand
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

Opacity value used when combining the areas from the result of feathering and destination images. This value ranges from 0 to 255.
Example
Refer to TextureAlphaBlendCommand.
Requirements

Target Platforms

See Also

Reference

TextureAlphaBlendCommand Class
TextureAlphaBlendCommand Members

 

 


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