ClickAndTeachTileAll Method |
Tiles the whole scan field and puts the tiles at the appropriate
positions into the returned bitmap.
Namespace: RAYLASE.Marker.ClickAndTeachPluginAssembly: RAYLASE.Marker.ClickAndTeachPlugin (in RAYLASE.Marker.ClickAndTeachPlugin.dll) Version: 2.49.0
Syntaxpublic BitmapHolder TileAll(
bool isToTransform = false
)
Parameters
- isToTransform Boolean (Optional)
- If true, the resulting image will be
transformed according to the current process transformation.
Return Value
BitmapHolderA BitmapHolder object containing the whole scan field
with the tiles put at the appropriate positions.
See Also