ChartToolsImageFromResourceFullName Method |
LightningChart .NET Help
Create image from assembly embbedded resource
Namespace:
Arction.WinForms.Charting
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic static Image ImageFromResourceFullName(
string fullyQualifiedName,
Assembly resourceAssembly
)
Public Shared Function ImageFromResourceFullName (
fullyQualifiedName As String,
resourceAssembly As Assembly
) As Image
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:
ImageImage if success, otherwise null.
See Also