SKSize.Explicit(SKSize to SKPoint) Operator

Definition

Converts the specified SKSize structure to a SKPoint structure.

public static explicit operator SkiaSharp.SKPoint (SkiaSharp.SKSize size);

Parameters

size
SKSize

The SKSize structure to be converted.

Returns

The SKPoint structure structure to which this operator converts.

Applies to