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
Left
public int Left
Field Value
Right
public int Right
Field Value
Top
public int Top
Field Value
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