←Select platform

A Property

Summary

Gets or sets the alpha component of this RasterColor structure.

Syntax
C#
VB
Objective-C
C++
Java
public byte A { get; set; } 
Public Property A As Byte 
@property (nonatomic, assign) unsigned char a 
public byte getA() 
public void setA(byte value) 
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 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly