←Select platform

G Property

Summary

Gets or sets the green component of this RasterColor structure.

Syntax
C#
VB
Objective-C
C++
Java
public byte G { get; set; } 
Public Property G As Byte 
@property (nonatomic, assign) unsigned char g 
public byte getG() 
public void setG(byte value) 
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

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly