←Select platform

GreenBuffer Property

Summary

Array that is allocated and updated with the green values for the line specified by the FirstPoint and SecondPoint properties.

Syntax
C#
VB
Objective-C
C++
Java
public int[] GreenBuffer { get; } 
Public ReadOnly Property GreenBuffer As Integer() 
@property (nonatomic, assign, readonly, nullable) int *greenBuffer 
public int[] getGreenBuffer() 
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

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Color Assembly