Click or drag to resize

MarkableBitmapGetProcessedBitmap Method

Returns the processed bitmap used for marking.

Namespace: RAYLASE.MarkerPlugin.JobElements
Assembly: RAYLASE.MarkerPlugin (in RAYLASE.MarkerPlugin.dll) Version: 2.19.0
Syntax
C#
public override BitmapHolder GetProcessedBitmap(
	dmat4 transformation
)

Parameters

transformation  dmat4
Transformation of the bitmap.

Return Value

BitmapHolder
Processed bitmap used for marking.
See Also