CvLineSegmentPointOffset Method (CvPoint) OpenCvSharp Class Library
Translates the Point by the specified amount.

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

public void Offset(
	CvPoint p
)

Parameters

p
Type: OpenCvSharpCvPoint
The Point used offset this CvPoint.

Return Value

Type: 
See Also

Reference