Table of Contents

Class SkiaControlWithRect

Namespace
DrawnUi.Draw
Assembly
DrawnUi.Maui.dll

Used inside RenderingTree. Rect is real drawing position

public record SkiaControlWithRect : IEquatable<SkiaControlWithRect>
Inheritance
SkiaControlWithRect
Implements
Inherited Members
Extension Methods

Constructors

SkiaControlWithRect(SkiaControl, SKRect, SKRect, int, int, object)

Used inside RenderingTree. Rect is real drawing position

public SkiaControlWithRect(SkiaControl Control, SKRect Rect, SKRect HitRect, int Index, int FreezeIndex, object FreezeBindingContext)

Parameters

Control SkiaControl
Rect SKRect
HitRect SKRect
Index int
FreezeIndex int
FreezeBindingContext object

Properties

Control

public SkiaControl Control { get; init; }

Property Value

SkiaControl

FreezeBindingContext

public object FreezeBindingContext { get; init; }

Property Value

object

FreezeIndex

public int FreezeIndex { get; init; }

Property Value

int

HitRect

public SKRect HitRect { get; init; }

Property Value

SKRect

Index

public int Index { get; init; }

Property Value

int

Rect

public SKRect Rect { get; init; }

Property Value

SKRect