Click or drag to resize

BasePluginCameraGetRegionInPixel Method

Rectangle in image pixel + rotation for RegionOfInterest

Namespace: RAYLASE.Marker.CamerasPlugin
Assembly: RAYLASE.Marker.CamerasPlugin (in RAYLASE.Marker.CamerasPlugin.dll) Version: 2.19.0
Syntax
C#
public (Rectangle roiRect, Rectangle scanfieldRect, BasePluginCameraRotation roiRotation) GetRegionInPixel(
	WorkspaceRegion regionOfInterest,
	bool ignoreRotation = false
)

Parameters

regionOfInterest  WorkspaceRegion

[Missing <param name="regionOfInterest"/> documentation for "M:RAYLASE.Marker.CamerasPlugin.BasePluginCamera.GetRegionInPixel(RAYLASE.Marker.CamerasPlugin.WorkspaceRegion,System.Boolean)"]

ignoreRotation  Boolean  (Optional)

[Missing <param name="ignoreRotation"/> documentation for "M:RAYLASE.Marker.CamerasPlugin.BasePluginCamera.GetRegionInPixel(RAYLASE.Marker.CamerasPlugin.WorkspaceRegion,System.Boolean)"]

Return Value

ValueTupleRectangle, Rectangle, BasePluginCameraRotation

[Missing <returns> documentation for "M:RAYLASE.Marker.CamerasPlugin.BasePluginCamera.GetRegionInPixel(RAYLASE.Marker.CamerasPlugin.WorkspaceRegion,System.Boolean)"]

See Also