Struct SKPoint
Namespace: SkiaSharp
Assembly: VelloSharp.Skia.Core.dll
public readonly struct SKPoint
Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Constructors
SKPoint(float, float)
public SKPoint(float x, float y)
Parameters
x
float
y
float
Properties
X
public float X { get; }
Property Value
Y
public float Y { get; }
Property Value
Operators
implicit operator Vector2(SKPoint)
public static implicit operator Vector2(SKPoint point)
Parameters
point
SKPoint