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()
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.