TButtonBaseLoadPngImageResxFromAssembly Method
Loads a png image from a given assembly with given resource name.
Namespace: BeeMobile.TransparentControlsAssembly: BeeMobile.TransparentControls.NET48 (in BeeMobile.TransparentControls.NET48.dll) Version: 4.8.8.20
protected void LoadPngImageResxFromAssembly(
ref PngImage destinationPngImage,
Assembly sourceAssembly,
string resourceName
)
Protected Sub LoadPngImageResxFromAssembly (
ByRef destinationPngImage As PngImage,
sourceAssembly As Assembly,
resourceName As String
)
Parameters
- destinationPngImage PngImage
- The reference of the PngImage, to load in the image.
- sourceAssembly Assembly
- The assembly, from which the resource should be loaded.
- resourceName String
- The name of the resource.