SKSizeI Constructors

Definition

Overloads

SKSizeI(SKPointI)

Creates a new size from the offset of a point.

SKSizeI(Int32, Int32)

Creates a new size with a given width and height.

SKSizeI(SKPointI)

Creates a new size from the offset of a point.

public SKSizeI (SkiaSharp.SKPointI pt);

Parameters

pt
SKPointI

The offset to use as the dimensions of the new point.

Applies to

SKSizeI(Int32, Int32)

Creates a new size with a given width and height.

public SKSizeI (int width, int height);

Parameters

width
Int32

The width.

height
Int32

The height.

Applies to