NetXP 3.0 Reference

Resources.LoadBitmap Method

Loads a bitmap from the specified assembly and bitmap file name.

Overload List

Loads a bitmap from the specified assembly and bitmap file name.

public static Bitmap LoadBitmap(Type,string);

Loads a bitmap from the specified assembly and bitmap file name, setting transparency.

public static Bitmap LoadBitmap(Type,string,Point);

See Also

Resources Class | NETXP.Library Namespace