LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
AngleB Property
See Also 



Gets or sets the angular amount to change the B angle on which the filter is applied. Supported in Silverlight, Windows Phone 7

Syntax

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

Property Value

Value that represents the amount of change in the B angle, in hundredths of degrees. Valid values range between -18000 and 18000.

Example

Requirements

Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also