Struct MeasureRequest
public struct MeasureRequest
- Inherited Members
- Extension Methods
Constructors
MeasureRequest(SKRect, float, float, float)
public MeasureRequest(SKRect rectForChildrenPixels, float width, float height, float scale)
Parameters
MeasureRequest(float, float, float)
public MeasureRequest(float width, float height, float scale)
Parameters
Fields
Empty
public static MeasureRequest Empty
Field Value
Properties
Destination
public SKRect Destination { readonly get; set; }
Property Value
HeightRequest
public float HeightRequest { readonly get; set; }
Property Value
IsSame
public bool IsSame { readonly get; set; }
Property Value
Scale
public float Scale { readonly get; set; }
Property Value
WidthRequest
public float WidthRequest { readonly get; set; }
Property Value
Methods
ToString()
Returns the fully qualified type name of this instance.
public override string ToString()
Returns
- string
The fully qualified type name.