Table of Contents

Class PointIsInsideResult

Namespace
DrawnUi.Draw
Assembly
DrawnUi.Maui.dll
public class PointIsInsideResult
Inheritance
PointIsInsideResult
Derived
Inherited Members
Extension Methods

Properties

Area

public SKRect Area { get; set; }

Property Value

SKRect

IsInside

public bool IsInside { get; }

Property Value

bool

Point

public SKPoint Point { get; set; }

Property Value

SKPoint