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;}
@property (nonatomic, assign, readonly) int* blueBuffer;
public int[] getBlueBuffer()
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.