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

BlueBuffer Property






Array that ise allocated and updated with the blue values for the line specified by the FirstPoint and SecondPoint properties. .NET support WinRT support Silverlight support
Syntax
public int[] BlueBuffer {get;}
'Declaration
 
Public ReadOnly Property BlueBuffer As Integer()
'Usage
 
Dim instance As LineProfileCommand
Dim value() As Integer
 
value = instance.BlueBuffer
public int[] BlueBuffer {get;}
 get_BlueBuffer(); 
public:
property array<int>^ BlueBuffer {
   array<int>^ get();
}

Property Value

Gets an array that is allocated and updated with the blue values for the line specified by the FirstPoint and SecondPoint properties. The array is allocated by this class.
Example
Refer to LineProfileCommand.
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

LineProfileCommand Class
LineProfileCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

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