Method Offset
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
Offset(int, int)
Translates the Point by the specified amount.
public void Offset(int x, int y)
Parameters
Offset(Point)
Translates the Point by the specified amount.
public void Offset(Point p)
Parameters
pPointThe Point used offset this CvPoint.