Click or drag to resize

IBitmapManagerRemoveBitmap Method

Removes the bitmap with a given resource ID from the list.

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

Parameters

resourceID  Int32
The resource ID.
Exceptions
ExceptionCondition
ApplicationExceptionResource ID is invalid.
See Also