Click or drag to resize

ClickAndTeachTile(dvec2, dvec2, Boolean) Method

Creates a single tile or several tiles to cover at least the rectangular area which is spanned by the two given points and puts them into a bitmap of the size needed for the whole scan field. The points are given in world coordinates in the workspace's coordinate system. If there is an offset between the scan head and the workspace it will be taken into account automatically.

Namespace: RAYLASE.Marker.ClickAndTeachPlugin
Assembly: RAYLASE.Marker.ClickAndTeachPlugin (in RAYLASE.Marker.ClickAndTeachPlugin.dll) Version: 2.49.0
Syntax
C#
public BitmapHolder Tile(
	dvec2 upperLeftCorner,
	dvec2 lowerRightCorner,
	bool isToTransform = false
)

Parameters

upperLeftCorner  dvec2
The upper left corner of the rectangle to be tiled.
lowerRightCorner  dvec2
The lower right corner of the rectangle to be tiled.
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