Leadtools名前空間 > RasterColor構造体 :Gプロパティ |
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');