LEADTOOLS (Leadtools assembly)

Alpha Property

Show in webframe







Gets or sets the alpha component value.
Syntax
public int Alpha {get; set;}
'Declaration
 
Public Property Alpha As Integer
'Usage
 
Dim instance As SetAlphaValuesCommand
Dim value As Integer
 
instance.Alpha = value
 
value = instance.Alpha
public int Alpha {get; set;}
@property (nonatomic, assign) unsigned int alpha;
public int getAlpha()
public void setAlpha(int value)
            
 
get_Alpha();
set_Alpha(value);
Object.defineProperty('Alpha');
public:
property int Alpha {
   int get();
   void set (    int value);
}

Property Value

The alpha component value
Example
For an example, refer to SetAlphaValuesCommand.
Requirements

Target Platforms

See Also

Reference

SetAlphaValuesCommand Class
SetAlphaValuesCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

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