Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

G Property (RasterColor16)








Gets or sets the green component of this RasterColor structure.
Syntax
[CLSCompliantAttribute(false)]
public ushort G {get; set;}
'Declaration
 
<CLSCompliantAttribute(False)>
Public Property G As UShort
'Usage
 
Dim instance As RasterColor16
Dim value As UShort
 
instance.G = value
 
value = instance.G
[CLSCompliantAttribute(false)]
public ushort G {get; set;}
@property (nonatomic, assign) unsigned short g;
public short getG()
public void setG(short value)
            
CLSCompliantAttribute()
 <br/>get_G();<br/>set_G(value);<br/>Object.defineProperty('G'); 
[CLSCompliantAttribute(false)]
public:
property ushort G {
   ushort get();
   void set (    ushort value);
}

Property Value

The green component of this RasterColor structure.
Example
For an example, refer to B
Requirements

Target Platforms

See Also

Reference

RasterColor16 Structure
RasterColor16 Members

Error processing SSI file