Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

R Property (RasterColor16)








Gets or sets the red component of this RasterColor structure.
Syntax
[CLSCompliantAttribute(false)]
public ushort R {get; set;}
'Declaration
 
<CLSCompliantAttribute(False)>
Public Property R As UShort
'Usage
 
Dim instance As RasterColor16
Dim value As UShort
 
instance.R = value
 
value = instance.R
[CLSCompliantAttribute(false)]
public ushort R {get; set;}
@property (nonatomic, assign) unsigned short r;
public short getR()
public void setR(short value)
            
CLSCompliantAttribute()
 <br/>get_R();<br/>set_R(value);<br/>Object.defineProperty('R'); 
[CLSCompliantAttribute(false)]
public:
property ushort R {
   ushort get();
   void set (    ushort value);
}

Property Value

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

Target Platforms

See Also

Reference

RasterColor16 Structure
RasterColor16 Members

Error processing SSI file