←Select platform

B Property

Summary

Gets or sets the blue component of this RasterColor structure.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public byte B { get; set; } 
Public Property B As Byte 
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 ); 
} 

Property Value

The blue component of this RasterColor structure.

Example

For an example, refer to RasterColor

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly