ChartToolsLoadImages Method |
LightningChart .NET Help
Load all images from folder.
Namespace:
Arction.WinForms.Charting
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic static Bitmap[] LoadImages(
string folderName
)
Public Shared Function LoadImages (
folderName As String
) As Bitmap()
public:
static array<Bitmap^>^ LoadImages(
String^ folderName
)
Parameters
- folderName
- Type: SystemString
Path to the folder.
Return Value
Type:
BitmapArray of images from folder.
See Also