Skip to main content

Struct SKRectI

Namespace: SkiaSharp
Assembly: VelloSharp.Skia.Core.dll

public struct SKRectI

Inherited Members

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()

Constructors

SKRectI(int, int, int, int)

public SKRectI(int left, int top, int right, int bottom)

Parameters

left int

top int

right int

bottom int

Fields

Bottom

public int Bottom

Field Value

int

Left

public int Left

Field Value

int

Right

public int Right

Field Value

int

Top

public int Top

Field Value

int

Methods

Create(int, int, int, int)

public static SKRectI Create(int x, int y, int width, int height)

Parameters

x int

y int

width int

height int

Returns

SKRectI