Click or drag to resize

LineSegmentPointOffset Method (Int32, Int32)

Translates the Point by the specified amount.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public void Offset(
	int x,
	int y
)

Parameters

x
Type: SystemInt32
The amount to offset the x-coordinate.
y
Type: SystemInt32
The amount to offset the y-coordinate.

Return Value

Type: 
See Also