Skip to main content

Struct SKPointI

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

public readonly struct SKPointI

Inherited Members

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

Constructors

SKPointI(int, int)

public SKPointI(int x, int y)

Parameters

x int

y int

Properties

X

public int X { get; }

Property Value

int

Y

public int Y { get; }

Property Value

int

Methods

ToPoint()

public SKPoint ToPoint()

Returns

SKPoint

ToString()

Returns the fully qualified type name of this instance.

public override string ToString()

Returns

string

The fully qualified type name.