Table of Contents

Class SkiaLayout.SecondPassArrange

Namespace
DrawnUi.Draw
Assembly
DrawnUi.Maui.dll

Cell.Area contains the area for layout

public record SkiaLayout.SecondPassArrange : IEquatable<SkiaLayout.SecondPassArrange>
Inheritance
SkiaLayout.SecondPassArrange
Implements
Inherited Members
Extension Methods

Constructors

SecondPassArrange(ControlInStack, SkiaControl, float)

Cell.Area contains the area for layout

public SecondPassArrange(ControlInStack Cell, SkiaControl Child, float Scale)

Parameters

Cell ControlInStack
Child SkiaControl
Scale float

Properties

Cell

public ControlInStack Cell { get; init; }

Property Value

ControlInStack

Child

public SkiaControl Child { get; init; }

Property Value

SkiaControl

Scale

public float Scale { get; init; }

Property Value

float