SKSizeI.Subtraction(SKSizeI, SKSizeI) Operator

Definition

Subtracts the width and height of one SKSizeI structure from the width and height of another SKSizeI structure.

public static SkiaSharp.SKSizeI operator - (SkiaSharp.SKSizeI sz1, SkiaSharp.SKSizeI sz2);

Parameters

sz1
SKSizeI

The SKSizeI structure on the left side of the subtraction operator.

sz2
SKSizeI

The SKSizeI structure on the right side of the subtraction operator.

Returns

A SKSizeI that is the result of the subtraction operation.

Applies to