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
Syntaxpublic static Bitmap CreateMap(
Bitmap[] imgs
)
Public Shared Function CreateMap (
imgs As Bitmap()
) As Bitmap
public:
static Bitmap^ CreateMap(
array<Bitmap^>^ imgs
)
Parameters
- imgs
- Type: System.DrawingBitmap
List of bitmaps.
Return Value
Type:
BitmapTexture Map.
See Also