Plot2dSetGridLinesNumber Method |
http://www.emgu.com
Grid Lines Number
Namespace:
Emgu.CV.Plot
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntaxpublic void SetGridLinesNumber(
int value
)
Public Sub SetGridLinesNumber (
value As Integer
)
public:
void SetGridLinesNumber(
int value
)
member SetGridLinesNumber :
value : int -> unit
Parameters
- value
- Type: SystemInt32
The value
See Also