←Select platform

G Property (RasterColor)

Summary

Gets or sets the green component of this RasterColor structure.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public byte G {get; set;} 
Public Property G As Byte 
public byte G {get; set;} 
@property (nonatomic, assign) unsigned char g 
public byte getG() 
public void setG(byte value) 
             
  
get_G(); 
set_G(value); 
Object.defineProperty('G');  
public: 
property byte G { 
   byte get(); 
   void set (    byte ); 
} 

Property Value

The green component of this RasterColor structure.

Example

For an example, refer to RasterColor

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools Assembly
Click or drag to resize