LEADTOOLS (Leadtools assembly)

A Property

Show in webframe







Gets or sets the alpha component of this RasterColor structure.
Syntax
public byte A {get; set;}
'Declaration
 
Public Property A As Byte
'Usage
 
Dim instance As RasterColor
Dim value As Byte
 
instance.A = value
 
value = instance.A
public byte A {get; set;}
@property (nonatomic, assign) unsigned char a;
public byte getA()
public void setA(byte value)
            
 
get_A();
set_A(value);
Object.defineProperty('A');
public:
property byte A {
   byte get();
   void set (    byte value);
}

Property Value

The alpha component of this RasterColor structure.
Example
For an example, refer to RasterColor
Requirements

Target Platforms

See Also

Reference

RasterColor Structure
RasterColor Members

 

 


Products | Support | Contact Us | Copyright Notices

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