Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

B Property (RasterColor)








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)
            
 <br/>get_B();<br/>set_B(value);<br/>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

Error processing SSI file