Leadtools名前空間 > RasterColor構造体 :Bプロパティ |
public byte B {get; set;}
'Declaration
Public Property B As Byte
'Usage
Dim instance As RasterColor Dim value As Byte instance.B = value value = instance.B
public byte B {get; set;}
@property (nonatomic, assign) unsigned char b
public byte getB() public void setB(byte value)
<br/>get_B();<br/>set_B(value);<br/>Object.defineProperty('B');