Click or drag to resize

BasePluginCameraGetScanFieldSizePixel Method

Gets the field size in pixels with respect to the downscale factor the user has set.

Namespace: RAYLASE.Marker.CamerasPlugin
Assembly: RAYLASE.Marker.CamerasPlugin (in RAYLASE.Marker.CamerasPlugin.dll) Version: 2.19.0
Syntax
C#
public dvec2 GetScanFieldSizePixel()

Return Value

dvec2
A vector containing width and height of the scan field in pixel.
See Also