TPictureBoxLoadImageResxFromAssembly(Assembly, String) Method
Loads an image from an assembly. The control will refresh itself after the loading of image.
Namespace: BeeMobile.TransparentControlsAssembly: BeeMobile.TransparentControls.NET48 (in BeeMobile.TransparentControls.NET48.dll) Version: 4.8.8.20
public void LoadImageResxFromAssembly(
Assembly anAssembly,
string aResourceName
)
Public Sub LoadImageResxFromAssembly (
anAssembly As Assembly,
aResourceName As String
)
Parameters
- anAssembly Assembly
- Specifies the assembly.
- aResourceName String
- Specifies the image name.