LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

A Property






Gets or sets the alpha component of this RasterColor structure. .NET support Silverlight support WinRT support
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;}
 get_A();
set_A(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RasterColor Structure
RasterColor Members

 

 


Products | Support | Contact Us | Copyright Notices

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