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)
get_R();
set_R(value);
Object.defineProperty('R');