Click or drag to resize

ClickAndTeachTileAll Method

Tiles the whole scan field and puts the tiles at the appropriate positions into the returned bitmap.

Namespace: RAYLASE.Marker.ClickAndTeachPlugin
Assembly: RAYLASE.Marker.ClickAndTeachPlugin (in RAYLASE.Marker.ClickAndTeachPlugin.dll) Version: 2.49.0
Syntax
C#
public 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

BitmapHolder
A BitmapHolder object containing the whole scan field with the tiles put at the appropriate positions.
See Also