Table of Contents

Class SkiaPoint

Namespace
DrawnUi.Draw
Assembly
DrawnUi.Maui.dll
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

x double
y double

Fields

XProperty

public static readonly BindableProperty XProperty

Field Value

BindableProperty

YProperty

public static readonly BindableProperty YProperty

Field Value

BindableProperty

Properties

X

public double X { get; set; }

Property Value

double

Y

public double Y { get; set; }

Property Value

double