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 : R Property |
public byte R {get; set;}
'Declaration
Public Property R As Byte
'Usage
Dim instance As RasterColor Dim value As Byte instance.R = value value = instance.R
public byte R {get; set;}
@property (nonatomic, assign) unsigned char r
public byte getR() public void setR(byte value)
<br/>get_R();<br/>set_R(value);<br/>Object.defineProperty('R');