LEADTOOLS (Leadtools assembly)

R Property (RasterColor)

Show in webframe







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

 

 


Products | Support | Contact Us | Copyright Notices

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