| LineSegmentPointOffset Method (Point) |
Translates the Point by the specified amount.
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public void Offset(
Point p
)
Public Sub Offset (
p As Point
)
public:
void Offset(
Point p
)
member Offset :
p : Point -> unit
Parameters
- p
- Type: OpenCvSharpPoint
The Point used offset this CvPoint.
Return Value
Type:
See Also