GetResourceImage Method (Utils)
In This Topic
Gets the resource image.
Syntax
'Declaration
Public Shared Function GetResourceImage( _
ByVal As Assembly, _
ByVal As String _
) As C1Image
public static C1Image GetResourceImage(
Assembly ,
string
)
Parameters
- asmb
- resName
See Also