SKPoint3.Subtraction(SKPoint3, SKPoint3) Operator

Definition

Translates a given point by the negative of a specified offset.

public static SkiaSharp.SKPoint3 operator - (SkiaSharp.SKPoint3 pt, SkiaSharp.SKPoint3 sz);

Parameters

pt
SKPoint3

The point to translate.

sz
SKPoint3

The offset value.

Returns

Returns the translated point.

Applies to