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 4.0.2+644ed0118bae1aa885bb6cc906dc6c0b904de4d9
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). |