Click or drag to resize

ChartToolsCreateMap Method (Bitmap)

LightningChart .NET Help
Load all images from the folder and return them as texture map.

Namespace:  Arction.WinForms.Charting
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public static Bitmap CreateMap(
	Bitmap[] imgs
)

Parameters

imgs
Type: System.DrawingBitmap
List of bitmaps.

Return Value

Type: Bitmap
Texture Map.
See Also