CvArrDrawMarker Method (Int32, Int32, CvScalar, MarkerStyle, Int32, LineType, Int32) OpenCvSharp Class Library

[Missing <summary> documentation for "M:OpenCvSharp.CvArr.DrawMarker(System.Int32,System.Int32,OpenCvSharp.CvScalar,OpenCvSharp.MarkerStyle,System.Int32,OpenCvSharp.LineType,System.Int32)"]

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

public void DrawMarker(
	int x,
	int y,
	CvScalar color,
	MarkerStyle style,
	int size,
	LineType lineType,
	int thickness
)

Parameters

x
Type: SystemInt32

[Missing <param name="x"/> documentation for "M:OpenCvSharp.CvArr.DrawMarker(System.Int32,System.Int32,OpenCvSharp.CvScalar,OpenCvSharp.MarkerStyle,System.Int32,OpenCvSharp.LineType,System.Int32)"]

y
Type: SystemInt32

[Missing <param name="y"/> documentation for "M:OpenCvSharp.CvArr.DrawMarker(System.Int32,System.Int32,OpenCvSharp.CvScalar,OpenCvSharp.MarkerStyle,System.Int32,OpenCvSharp.LineType,System.Int32)"]

color
Type: OpenCvSharpCvScalar

[Missing <param name="color"/> documentation for "M:OpenCvSharp.CvArr.DrawMarker(System.Int32,System.Int32,OpenCvSharp.CvScalar,OpenCvSharp.MarkerStyle,System.Int32,OpenCvSharp.LineType,System.Int32)"]

style
Type: OpenCvSharpMarkerStyle

[Missing <param name="style"/> documentation for "M:OpenCvSharp.CvArr.DrawMarker(System.Int32,System.Int32,OpenCvSharp.CvScalar,OpenCvSharp.MarkerStyle,System.Int32,OpenCvSharp.LineType,System.Int32)"]

size
Type: SystemInt32

[Missing <param name="size"/> documentation for "M:OpenCvSharp.CvArr.DrawMarker(System.Int32,System.Int32,OpenCvSharp.CvScalar,OpenCvSharp.MarkerStyle,System.Int32,OpenCvSharp.LineType,System.Int32)"]

lineType
Type: OpenCvSharpLineType

[Missing <param name="lineType"/> documentation for "M:OpenCvSharp.CvArr.DrawMarker(System.Int32,System.Int32,OpenCvSharp.CvScalar,OpenCvSharp.MarkerStyle,System.Int32,OpenCvSharp.LineType,System.Int32)"]

thickness
Type: SystemInt32

[Missing <param name="thickness"/> documentation for "M:OpenCvSharp.CvArr.DrawMarker(System.Int32,System.Int32,OpenCvSharp.CvScalar,OpenCvSharp.MarkerStyle,System.Int32,OpenCvSharp.LineType,System.Int32)"]

See Also

Reference