| 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
)
Public Sub Offset (
x As Integer,
y As Integer
)
public:
void Offset(
int x,
int y
)
member Offset :
x : int *
y : int -> unit
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