←Select platform

B Property

Summary
Gets or sets the blue component of this RasterColor structure.
Syntax
C#
VB
Objective-C
C++
Java
public byte B { get; set; } 
Public Property B As Byte 
@property (nonatomic, assign) unsigned char b 
public byte getB() 
public void setB(byte value) 
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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.