ChartToolsCreateMap Method (String) |
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(
string filePath
)
Public Shared Function CreateMap (
filePath As String
) As Bitmap
public:
static Bitmap^ CreateMap(
String^ filePath
)
Parameters
- filePath
- Type: SystemString
Path to the folder.
Return Value
Type:
Bitmap Texture Map.
See Also