Click or drag to resize

NativeMethodsimgproc_clipLine2 Method

[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.imgproc_clipLine2(OpenCvSharp.Rect,OpenCvSharp.Point@,OpenCvSharp.Point@,System.Int32@)"]

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus imgproc_clipLine2(
	Rect imgRect,
	ref Point pt1,
	ref Point pt2,
	out int returnValue
)

Parameters

imgRect
Type: OpenCvSharpRect

[Missing <param name="imgRect"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_clipLine2(OpenCvSharp.Rect,OpenCvSharp.Point@,OpenCvSharp.Point@,System.Int32@)"]

pt1
Type: OpenCvSharpPoint

[Missing <param name="pt1"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_clipLine2(OpenCvSharp.Rect,OpenCvSharp.Point@,OpenCvSharp.Point@,System.Int32@)"]

pt2
Type: OpenCvSharpPoint

[Missing <param name="pt2"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_clipLine2(OpenCvSharp.Rect,OpenCvSharp.Point@,OpenCvSharp.Point@,System.Int32@)"]

returnValue
Type: SystemInt32

[Missing <param name="returnValue"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_clipLine2(OpenCvSharp.Rect,OpenCvSharp.Point@,OpenCvSharp.Point@,System.Int32@)"]

Return Value

Type: ExceptionStatus

[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.imgproc_clipLine2(OpenCvSharp.Rect,OpenCvSharp.Point@,OpenCvSharp.Point@,System.Int32@)"]

See Also