Table of Contents

Struct MeasureRequest

Namespace
DrawnUi.Draw
Assembly
DrawnUi.Maui.dll
public struct MeasureRequest
Inherited Members
Extension Methods

Constructors

MeasureRequest(SKRect, float, float, float)

public MeasureRequest(SKRect rectForChildrenPixels, float width, float height, float scale)

Parameters

rectForChildrenPixels SKRect
width float
height float
scale float

MeasureRequest(float, float, float)

public MeasureRequest(float width, float height, float scale)

Parameters

width float
height float
scale float

Fields

Empty

public static MeasureRequest Empty

Field Value

MeasureRequest

Properties

Destination

public SKRect Destination { readonly get; set; }

Property Value

SKRect

HeightRequest

public float HeightRequest { readonly get; set; }

Property Value

float

IsSame

public bool IsSame { readonly get; set; }

Property Value

bool

Scale

public float Scale { readonly get; set; }

Property Value

float

WidthRequest

public float WidthRequest { readonly get; set; }

Property Value

float

Methods

ToString()

Returns the fully qualified type name of this instance.

public override string ToString()

Returns

string

The fully qualified type name.