Constable Authorization Engine 2.0 BETA

Context.GetResourceImage Method (String, Assembly)

[This is preliminary documentation and subject to change.]

Loads the specified image resource from the specified resource assembly.

[Visual Basic]
Overloads Public Shared Function GetResourceImage( _
   ByVal resourceId As String, _
   ByVal resourceAssembly As Assembly _
) As Image
[C#]
public static Image GetResourceImage(
   string resourceId,
   Assembly resourceAssembly
);

Parameters

resourceId
The ID of the image resource in the resourceAssembly assembly.
resourceAssembly
The assembly that contains the image resource.

Return Value

A reference to the loaded Image.

See Also

Context Class | LaMarvin.Design Namespace | Context.GetResourceImage Overload List