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