SKPointI.Subtract Method

Definition

Overloads

Subtract(SKPointI, SKPointI)

Returns the result of subtracting specified point from the specified SKPointI.

Subtract(SKPointI, SKSizeI)

Returns the result of subtracting specified SKSizeI from the specified SKPointI.

Subtract(SKPointI, SKPointI)

Returns the result of subtracting specified point from the specified SKPointI.

public static SkiaSharp.SKPointI Subtract (SkiaSharp.SKPointI pt, SkiaSharp.SKPointI sz);

Parameters

pt
SKPointI

The SKPointI to be subtracted from.

sz
SKPointI

The point to subtract from the SKPointI.

Returns

The SKPointI that is the result of the subtraction operation.

Applies to

Subtract(SKPointI, SKSizeI)

Returns the result of subtracting specified SKSizeI from the specified SKPointI.

public static SkiaSharp.SKPointI Subtract (SkiaSharp.SKPointI pt, SkiaSharp.SKSizeI sz);

Parameters

pt
SKPointI

The SKPointI to be subtracted from.

sz
SKSizeI

The SKSizeI to subtract from the SKPointI.

Returns

The SKPointI that is the result of the subtraction operation.

Applies to