Skip to main content

BitmapResource Class

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

Methods

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

Remarks

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

ReadFromFile(path) Method

Reads the bitmap from a .bmp file.

Declaration

public void ReadFromFile(
string path
)

Parameters

ParameterTypeDescription
pathstringPath to a bitmap file (.bmp).