[]
        
(Showing Draft Content)

C1.Win.Interop.Point.Offset

Offset Method

Offset(double, double)

Offsets the current Point structure by the specified values.

Declaration
public void Offset(double dx, double dy)
Parameters
Type Name Description
double dx

The horizontal offset.

double dy

The vertical offset.