Class SkiaPoint
public class SkiaPoint : BindableObject, INotifyPropertyChanged
- Inheritance
-
SkiaPoint
- Implements
- Inherited Members
- Extension Methods
Constructors
SkiaPoint()
public SkiaPoint()
SkiaPoint(double, double)
public SkiaPoint(double x, double y)
Parameters
Fields
XProperty
public static readonly BindableProperty XProperty
Field Value
YProperty
public static readonly BindableProperty YProperty
Field Value
Properties
X
public double X { get; set; }
Property Value
Y
public double Y { get; set; }