Skip to content

BitmapResource Class

A subclass of Resource which provides specific methods for manipulating the resource data.

MethodDescription
ReadFromFile(path)Reads the bitmap from a .bmp file.

The resource is of type «see P:WixToolset.Dtf.Resources.ResourceType.Bitmap» (RT_GROUPICON). WixToolset.Dtf.Resources.dll version 5.0.0+41e11442b2ca93e444b60213b5ae99dcbab787d8

Reads the bitmap from a .bmp file.

public void ReadFromFile(
string path
)
ParameterTypeDescription
pathstringPath to a bitmap file (.bmp).