Click or drag to resize

ChartToolsGetPixelColors Method

LightningChart .NET Help
Get pixel color of a bitmap. This is much faster method than calling GetPixel() separately for each pixel of a bitmap.

Namespace:  Arction.WinForms.Charting
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public static Color[,] GetPixelColors(
	Bitmap bitmapIn
)

Parameters

bitmapIn
Type: System.DrawingBitmap
Bitmap.

Return Value

Type: Color
Pixel colors as an array.
See Also