LineSegmentPointOffset Method (Int32, Int32)
|
Translates the Point by the specified amount.
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic 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