Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

G Property (RasterColor)








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)
            
 <br/>get_G();<br/>set_G(value);<br/>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

Error processing SSI file