Click or drag to resize

NativeMethodsimgproc_clipLine1 Method

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

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus imgproc_clipLine1(
	Size imgSize,
	ref Point pt1,
	ref Point pt2,
	out int returnValue
)

Parameters

imgSize
Type: OpenCvSharpSize

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

pt1
Type: OpenCvSharpPoint

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

pt2
Type: OpenCvSharpPoint

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

returnValue
Type: SystemInt32

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

Return Value

Type: ExceptionStatus

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

See Also