BitmapResource Class
A subclass of Resource which provides specific methods for manipulating the resource data.
Methods
Section titled “Methods”| Method | Description |
|---|---|
| ReadFromFile(path) | Reads the bitmap from a .bmp file. |
Remarks
Section titled “Remarks”The resource is of type «see P:WixToolset.Dtf.Resources.ResourceType.Bitmap» (RT_GROUPICON).
WixToolset.Dtf.Resources.dll version 5.0.0+41e11442b2ca93e444b60213b5ae99dcbab787d8
ReadFromFile(path) Method
Section titled “ReadFromFile(path) Method”Reads the bitmap from a .bmp file.
Declaration
Section titled “Declaration”public void ReadFromFile( string path)Parameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
| path | string | Path to a bitmap file (.bmp). |