TButtonBaseLoadPngImageResxFromAssembly Method

Loads a png image from a given assembly with given resource name.

Definition

Namespace: BeeMobile.TransparentControls
Assembly: BeeMobile.TransparentControls.NET48 (in BeeMobile.TransparentControls.NET48.dll) Version: 4.8.8.20
C#
protected void LoadPngImageResxFromAssembly(
	ref PngImage destinationPngImage,
	Assembly sourceAssembly,
	string resourceName
)

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.

See Also