Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

R Property (RasterColor)








Gets or sets the red component of this RasterColor structure.
Syntax
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'); 
public:
property byte R {
   byte get();
   void set (    byte value);
}

Property Value

The red component of this RasterColor structure.
Example
For an example, refer to RasterColor
Requirements

Target Platforms

See Also

Reference

RasterColor Structure
RasterColor Members

Error processing SSI file