LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)
LEAD Technologies, Inc

AngleB Property






Gets or sets the angular amount to change the B angle on which the filter is applied. .NET support WinRT support Silverlight support
Syntax
public int AngleB {get; set;}
'Declaration
 
Public Property AngleB As Integer
'Usage
 
Dim instance As AdjustTintCommand
Dim value As Integer
 
instance.AngleB = value
 
value = instance.AngleB
public int AngleB {get; set;}
 get_AngleB();
set_AngleB(value);
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
Refer to AdjustTintCommand.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AdjustTintCommand Class
AdjustTintCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.