Click or drag to resize

IBitmapManagerGetBitmapHolder Method

Retrieves the bitmap holder with a given resource ID.

Namespace: RAYLASE.Marker.JobElement
Assembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntax
C#
BitmapHolder GetBitmapHolder(
	int resourceID
)

Parameters

resourceID  Int32
The resource ID.

Return Value

BitmapHolder
The bitmap holder associated with the given resource ID.
Exceptions
ExceptionCondition
ApplicationExceptionResource ID is invalid.
See Also