TPictureBoxLoadImageResxFromAssembly(Assembly, String, Boolean) Method

Loads an image from an assembly.

Definition

Namespace: BeeMobile.TransparentControls
Assembly: BeeMobile.TransparentControls.NET48 (in BeeMobile.TransparentControls.NET48.dll) Version: 4.8.8.20
C#
public void LoadImageResxFromAssembly(
	Assembly anAssembly,
	string aResourceName,
	bool aRepaintRequired
)

Parameters

anAssembly  Assembly
Specifies the assembly.
aResourceName  String
Specifies the image name.
aRepaintRequired  Boolean
True when the control should refresh itself after the loading of image; otherwise false.

See Also