Plot2dSetPointIdxToPrint Method |
http://www.emgu.com
Sets the index of a point which coordinates will be printed on the top left corner of the plot (if ShowText flag is true)
Namespace:
Emgu.CV.Plot
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntaxpublic void SetPointIdxToPrint(
int value
)
Public Sub SetPointIdxToPrint (
value As Integer
)
public:
void SetPointIdxToPrint(
int value
)
member SetPointIdxToPrint :
value : int -> unit
Parameters
- value
- Type: SystemInt32
The value
See Also