Table of Contents

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

x int

The amount to offset the x-coordinate.

y int

The amount to offset the y-coordinate.

Offset(Point)

Translates the Point by the specified amount.

public void Offset(Point p)

Parameters

p Point

The Point used offset this CvPoint.