Click or drag to resize

BaseMarkableBitmapGraphicGetProcessedBitmap Method

Returns the processed bitmap used for marking.

Namespace: RAYLASE.Marker.JobElement
Assembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntax
C#
public abstract BitmapHolder GetProcessedBitmap(
	dmat4 transformation
)

Parameters

transformation  dmat4
Transformation of the bitmap.

Return Value

BitmapHolder
Processed bitmap used for marking.
See Also