IBitmapManagerGetBitmapHolder Method |
Retrieves the bitmap holder with a given resource ID.
Namespace: RAYLASE.Marker.JobElementAssembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.32.0
SyntaxBitmapHolder GetBitmapHolder(
int resourceID
)
Parameters
- resourceID Int32
- The resource ID.
Return Value
BitmapHolderThe bitmap holder associated with the given resource ID.
Exceptions| Exception | Condition |
|---|
| ApplicationException | Resource ID is invalid. |
See Also