←Select platform

A Property

Summary

Gets or sets the alpha component of this RasterColor structure.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public byte A { get; set; } 
Public Property A As Byte 
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 ); 
} 

Property Value

The alpha component of this RasterColor structure.

Example

For an example, refer to RasterColor

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly