Constable Authorization Engine 2.0 BETA

Context.GetResourceImage Method (String)

[This is preliminary documentation and subject to change.]

Loads the specified image resource from the calling assembly.

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

Parameters

resourceId
The ID of the image resource in the calling assembly.

Return Value

A reference to the loaded Image.

See Also

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