Click or drag to resize

BasePluginCameraFieldImageCenterInPixel Method

return the real center point of Image rect in pixel

Namespace: RAYLASE.Marker.CamerasPlugin
Assembly: RAYLASE.Marker.CamerasPlugin (in RAYLASE.Marker.CamerasPlugin.dll) Version: 2.19.0
Syntax
C#
public Point FieldImageCenterInPixel(
	Rect rt
)

Parameters

rt  Rect

[Missing <param name="rt"/> documentation for "M:RAYLASE.Marker.CamerasPlugin.BasePluginCamera.FieldImageCenterInPixel(System.Windows.Rect)"]

Return Value

Point

[Missing <returns> documentation for "M:RAYLASE.Marker.CamerasPlugin.BasePluginCamera.FieldImageCenterInPixel(System.Windows.Rect)"]

See Also