Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.28
|
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)
<br/>get_G();<br/>set_G(value);<br/>Object.defineProperty('G');