Table of Contents

Class CellWIthHeight

Namespace
DrawnUi.Draw
Assembly
DrawnUi.Maui.dll
public record CellWIthHeight : IEquatable<CellWIthHeight>
Inheritance
CellWIthHeight
Implements
Inherited Members
Extension Methods

Constructors

CellWIthHeight(float, SkiaControl)

public CellWIthHeight(float Height, SkiaControl view)

Parameters

Height float
view SkiaControl

Properties

Height

public float Height { get; init; }

Property Value

float

view

public SkiaControl view { get; init; }

Property Value

SkiaControl