LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

G Property (RasterColor16)






Gets or sets the green component of this RasterColor structure. .NET support Silverlight support WinRT support
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;}
CLSCompliantAttribute()
 get_G();
set_G(value);
[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: 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

RasterColor16 Structure
RasterColor16 Members

 

 


Products | Support | Contact Us | Copyright Notices

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