Click or drag to resize

NativeMethodscore_putText Method

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, 
	BestFitMapping = false, ExactSpelling = true, ThrowOnUnmappableChar = true)]
public static void core_putText(
	IntPtr img,
	string text,
	Point org,
	int fontFace,
	double fontScale,
	Scalar color,
	int thickness,
	int lineType,
	int bottomLeftOrigin
)

Parameters

img
Type: SystemIntPtr
text
Type: SystemString
org
Type: OpenCvSharpPoint
fontFace
Type: SystemInt32
fontScale
Type: SystemDouble
color
Type: OpenCvSharpScalar
thickness
Type: SystemInt32
lineType
Type: SystemInt32
bottomLeftOrigin
Type: SystemInt32
See Also