Utility.LoadBitmapWithoutLockingFile Method

Creates an image without locking the input file.
Public Shared Function LoadBitmapWithoutLockingFile( _ 
ByVal fileName As String
) As Image
This language is not supported or no code example is available.
public static Image LoadBitmapWithoutLockingFile( 
string fileName 
)
This language is not supported or no code example is available.

Parameters

fileName
string

The file name.

Return Value

Image

.NET Framework

Supported in: 4.8

In this article

Definition