Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

A Property








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)
            
 <br/>get_A();<br/>set_A(value);<br/>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

Error processing SSI file