LEADTOOLS (Leadtools assembly)

R Property (RasterColor16)

Show in webframe







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()
 
get_R();
set_R(value);
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

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.