NativeMethodscore_putText Method OpenCvSharp Class Library

[Missing <summary> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.core_putText(System.IntPtr,System.String,OpenCvSharp.CvPoint,System.Int32,System.Double,OpenCvSharp.CvScalar,System.Int32,System.Int32,System.Int32)"]

Namespace:  OpenCvSharp.CPlusPlus
Assembly:  OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static void core_putText(
	IntPtr img,
	string text,
	CvPoint org,
	int fontFace,
	double fontScale,
	CvScalar color,
	int thickness,
	int lineType,
	int bottomLeftOrigin
)

Parameters

img
Type: SystemIntPtr

[Missing <param name="img"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.core_putText(System.IntPtr,System.String,OpenCvSharp.CvPoint,System.Int32,System.Double,OpenCvSharp.CvScalar,System.Int32,System.Int32,System.Int32)"]

text
Type: SystemString

[Missing <param name="text"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.core_putText(System.IntPtr,System.String,OpenCvSharp.CvPoint,System.Int32,System.Double,OpenCvSharp.CvScalar,System.Int32,System.Int32,System.Int32)"]

org
Type: OpenCvSharpCvPoint

[Missing <param name="org"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.core_putText(System.IntPtr,System.String,OpenCvSharp.CvPoint,System.Int32,System.Double,OpenCvSharp.CvScalar,System.Int32,System.Int32,System.Int32)"]

fontFace
Type: SystemInt32

[Missing <param name="fontFace"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.core_putText(System.IntPtr,System.String,OpenCvSharp.CvPoint,System.Int32,System.Double,OpenCvSharp.CvScalar,System.Int32,System.Int32,System.Int32)"]

fontScale
Type: SystemDouble

[Missing <param name="fontScale"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.core_putText(System.IntPtr,System.String,OpenCvSharp.CvPoint,System.Int32,System.Double,OpenCvSharp.CvScalar,System.Int32,System.Int32,System.Int32)"]

color
Type: OpenCvSharpCvScalar

[Missing <param name="color"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.core_putText(System.IntPtr,System.String,OpenCvSharp.CvPoint,System.Int32,System.Double,OpenCvSharp.CvScalar,System.Int32,System.Int32,System.Int32)"]

thickness
Type: SystemInt32

[Missing <param name="thickness"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.core_putText(System.IntPtr,System.String,OpenCvSharp.CvPoint,System.Int32,System.Double,OpenCvSharp.CvScalar,System.Int32,System.Int32,System.Int32)"]

lineType
Type: SystemInt32

[Missing <param name="lineType"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.core_putText(System.IntPtr,System.String,OpenCvSharp.CvPoint,System.Int32,System.Double,OpenCvSharp.CvScalar,System.Int32,System.Int32,System.Int32)"]

bottomLeftOrigin
Type: SystemInt32

[Missing <param name="bottomLeftOrigin"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.core_putText(System.IntPtr,System.String,OpenCvSharp.CvPoint,System.Int32,System.Double,OpenCvSharp.CvScalar,System.Int32,System.Int32,System.Int32)"]

See Also

Reference