ChartToolsConvertImageToFormat32bppArgb Method |
LightningChart .NET Help
Converts image format to 32 bits ARGB.
Namespace:
Arction.Wpf.Charting
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic static Image ConvertImageToFormat32bppArgb(
Image sourceImage
)
Public Shared Function ConvertImageToFormat32bppArgb (
sourceImage As Image
) As Image
public:
static Image^ ConvertImageToFormat32bppArgb(
Image^ sourceImage
)
Parameters
- sourceImage
- Type: System.DrawingImage
Source image, which is not in 32bppArgb format.
Return Value
Type:
ImageImage in 32bbArgb format.
See Also