SKPoint.Offset Method

Definition

Overloads

Offset(SKPoint)

Translates a given point by a specified offset.

Offset(Single, Single)

Translates a given point by a specified offset.

Offset(SKPoint)

Translates a given point by a specified offset.

public void Offset (SkiaSharp.SKPoint p);

Parameters

p
SKPoint

The offset value.

Applies to

Offset(Single, Single)

Translates a given point by a specified offset.

public void Offset (float dx, float dy);

Parameters

dx
Single

The offset in the x-direction.

dy
Single

The offset in the y-direction.

Applies to