←Select platform

G Property

Summary

Gets or sets the green component of this RasterColor structure.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
[CLSCompliantAttribute(false)] 
public ushort G { get; set; } 
<CLSCompliantAttribute(False)> 
Public Property G As UShort 
[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 ); 
} 

Property Value

The green component of this RasterColor structure.

Example

For an example, refer to B

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly