LEADTOOLS (Leadtools assembly)

G Property (RasterColor)

Show in webframe







Gets or sets the green component of this RasterColor structure.
Syntax
public byte G {get; set;}
'Declaration
 
Public Property G As Byte
'Usage
 
Dim instance As RasterColor
Dim value As Byte
 
instance.G = value
 
value = instance.G
public byte G {get; set;}
@property (nonatomic, assign) unsigned char g;
public byte getG()
public void setG(byte value)
            
 
get_G();
set_G(value);
Object.defineProperty('G');
public:
property byte G {
   byte get();
   void set (    byte value);
}

Property Value

The green 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.