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
Y
public int Y { get; }
Property Value
Methods
ToPoint()
public SKPoint ToPoint()
Returns
ToString()
Returns the fully qualified type name of this instance.
public override string ToString()
Returns
The fully qualified type name.