LEADTOOLS (Leadtools assembly)

G Property (RasterColor16)

Show in webframe







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

 

 


Products | Support | Contact Us | Copyright Notices

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