LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)

GreenBuffer Property

Show in webframe







Array that is allocated and updated with the green values for the line specified by the FirstPoint and SecondPoint properties.
Syntax
public int[] GreenBuffer {get;}
'Declaration
 
Public ReadOnly Property GreenBuffer As Integer()
'Usage
 
Dim instance As LineProfileCommand
Dim value() As Integer
 
value = instance.GreenBuffer
public int[] GreenBuffer {get;}
@property (nonatomic, assign, readonly) int* greenBuffer;
public int[] getGreenBuffer()
 get_GreenBuffer(); 
public:
property array<int>^ GreenBuffer {
   array<int>^ get();
}

Property Value

Array that is allocated and updated with the green 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

See Also

Reference

LineProfileCommand Class
LineProfileCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.