public int[] RedBuffer {get;}
'Declaration
Public ReadOnly Property RedBuffer As Integer()
'Usage
Dim instance As LineProfileCommand
Dim value() As Integer
value = instance.RedBuffer
public int[] RedBuffer {get;}
@property (nonatomic, assign, readonly) int* redBuffer;
public int[] getRedBuffer()
public:
property array<int>^ RedBuffer {
array<int>^ get();
}
Property Value
Array that is allocated and updated with the red values for the line specified by the FirstPoint and SecondPoint properties. The array is allocated by this class.