Click or drag to resize

ChartToolsImageFromResourceFullName Method

LightningChart .NET Help
Create image from assembly embbedded resource

Namespace:  Arction.Wpf.Charting
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public static Image ImageFromResourceFullName(
	string fullyQualifiedName,
	Assembly resourceAssembly
)

Parameters

fullyQualifiedName
Type: SystemString
Fully qualified resource name.
resourceAssembly
Type: System.ReflectionAssembly
Assembly where the resource is located.

Return Value

Type: Image
Image if success, otherwise null.
See Also