Click or drag to resize

ChartToolsAdjustBitmapAlpha Method

LightningChart .NET Help
Adjusts bitmap alpha to given level for every pixel. Doesn't modify the input bitmap.

Namespace:  Arction.WinForms.Charting
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public static Bitmap AdjustBitmapAlpha(
	Bitmap bitmapIn,
	int alpha
)

Parameters

bitmapIn
Type: System.DrawingBitmap
Input bitmap.
alpha
Type: SystemInt32
Alpha.

Return Value

Type: Bitmap
Bitmap with selected alpha.
See Also