Leadtools.ColorConversion Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
BOffset Property
See Also 
Leadtools.ColorConversion Namespace > ConversionLabParameters Structure : BOffset Property



Gets or sets the B component offset.

Syntax

Visual Basic (Declaration) 
Public Property BOffset As Integer
Visual Basic (Usage)Copy Code
Dim instance As ConversionLabParameters
Dim value As Integer
 
instance.BOffset = value
 
value = instance.BOffset
C# 
public int BOffset {get; set;}
C++/CLI 
public:
property int BOffset {
   int get();
   void set (int value);
}

Return Value

The B component offset.

Example

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also