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.Wpf.ChartingMVVM
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic static Color[,] GetPixelColors(
Bitmap bitmapIn
)
Public Shared Function GetPixelColors (
bitmapIn As Bitmap
) As Color(,)
public:
static array<Color,2>^ GetPixelColors(
Bitmap^ bitmapIn
)
Parameters
- bitmapIn
- Type: System.DrawingBitmap
Bitmap.
Return Value
Type:
ColorPixel colors as an array.
See Also