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 : B Property |
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');