BaseMarkableBitmapGraphicGetProcessedBitmap Method |
Returns the processed bitmap used for marking.
Namespace: RAYLASE.Marker.JobElementAssembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntaxpublic abstract BitmapHolder GetProcessedBitmap(
dmat4 transformation
)
Parameters
- transformation dmat4
- Transformation of the bitmap.
Return Value
BitmapHolderProcessed bitmap used for marking.
See Also