BitmapResource Class
A subclass of Resource which provides specific methods for manipulating the resource data.
Methods
Method | Description |
---|---|
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 6.0.0+8c7432e50072e009353ea5f2c956ccf453476f71
ReadFromFile(path) Method
Reads the bitmap from a .bmp file.
Declaration
public void ReadFromFile(
string path
)
Parameters
Parameter | Type | Description |
---|---|---|
path | string | Path to a bitmap file (.bmp). |