Прочетете на английски Редактиране

Споделяне чрез


Bitmap.FromResource(IntPtr, String) Method

Definition

Creates a Bitmap from the specified Windows resource.

C#
public static System.Drawing.Bitmap FromResource(IntPtr hinstance, string bitmapName);

Parameters

hinstance
IntPtr

A handle to an instance of the executable file that contains the resource.

bitmapName
String

A string that contains the name of the resource bitmap.

Returns

The Bitmap that this method creates.

Remarks

FromResource requires security permission to call unmanaged code. For a managed alternative for creating a bitmap from an embedded resource, see Bitmap.Bitmap(Type, String). FromResource works only with bitmaps that are named resources in a DLL.

Applies to

Продукт Версии
.NET 8 (package-provided), 9 (package-provided), 10 (package-provided)
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 2.0 (package-provided)
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10