| Bitmap | 
 Inheritance Hierarchy
Inheritance Hierarchy Syntax
Syntaxpublic class BitmapHolder
The BitmapHolder type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | BitmapHolder | Initializes a new instance of the BitmapHolder class | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Bitmap | The bitmap. | 
|  | IsEmbedded | The flag to indicate whether the bitmap is embedded. | 
|  | Path | The file path. This could be an internal (if embedded) or external (if not embedded) path. | 
|  | PixelSize | The pixel size of the bitmap. | 
|  | Resolution | The dpi of the bitmap. | 
|  | Size | The metric size of the bitmap. | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | CopyDimensionFrom | Copies the dimension from a given bitmap holder. | 
 See Also
See Also