Inheritance
System.Object
RenderPerformanceOverlay
public class RenderPerformanceOverlay : RenderBox, HitTestTarget
Constructors
Declaration
public RenderPerformanceOverlay(int optionsMask = 0)
Parameters
Type |
Name |
Description |
System.Int32 |
optionsMask |
|
Properties
Declaration
protected override bool alwaysNeedsCompositing { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Declaration
public int optionsMask { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
protected override bool sizedByParent { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Methods
Declaration
protected override float computeMaxIntrinsicHeight(float width)
Parameters
Type |
Name |
Description |
System.Single |
width |
|
Returns
Type |
Description |
System.Single |
|
Overrides
Declaration
protected override float computeMaxIntrinsicWidth(float height)
Parameters
Type |
Name |
Description |
System.Single |
height |
|
Returns
Type |
Description |
System.Single |
|
Overrides
Declaration
protected override float computeMinIntrinsicHeight(float width)
Parameters
Type |
Name |
Description |
System.Single |
width |
|
Returns
Type |
Description |
System.Single |
|
Overrides
Declaration
protected override float computeMinIntrinsicWidth(float height)
Parameters
Type |
Name |
Description |
System.Single |
height |
|
Returns
Type |
Description |
System.Single |
|
Overrides
paint(PaintingContext, Offset)
Declaration
public override void paint(PaintingContext context, Offset offset)
Parameters
Overrides
Declaration
protected override void performResize()
Overrides