←Select platform

BlueBuffer Property

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public int[] BlueBuffer { get; } 
Public ReadOnly Property BlueBuffer As Integer() 
public int[] BlueBuffer {get;} 
@property (nonatomic, assign, readonly, nullable) int *blueBuffer 
public int[] getBlueBuffer() 
 get_BlueBuffer();  
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.

Example

Refer to LineProfileCommand.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Color Assembly