Leadtools Namespace > RasterColor Structure : G Property |
public byte G {get; set;}
'Declaration Public Property G As Byte
'Usage Dim instance As RasterColor Dim value As Byte instance.G = value value = instance.G
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');