LEADTOOLS (Leadtools assembly)

B Property (RasterColor)

Show in webframe







Gets or sets the blue component of this RasterColor structure.
Syntax
public byte B {get; set;}
'Declaration
 
Public Property B As Byte
'Usage
 
Dim instance As RasterColor
Dim value As Byte
 
instance.B = value
 
value = instance.B
public byte B {get; set;}
@property (nonatomic, assign) unsigned char b;
public byte getB()
public void setB(byte value)
            
 
get_B();
set_B(value);
Object.defineProperty('B');
public:
property byte B {
   byte get();
   void set (    byte value);
}

Property Value

The blue 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.