Table of Contents

Class WidgetBoundsPresenter

Namespace
Lime
Assembly
Lime.dll
public class WidgetBoundsPresenter : IPresenter
Inheritance
WidgetBoundsPresenter
Implements
Inherited Members

Constructors

WidgetBoundsPresenter(Color4, float, float)

public WidgetBoundsPresenter(Color4 color, float thickness = 1, float cornerRadius = 0)

Parameters

color Color4
thickness float
cornerRadius float

Properties

Color

public Color4 Color { get; set; }

Property Value

Color4

CornerRadius

public float CornerRadius { get; set; }

Property Value

float

IgnorePadding

public bool IgnorePadding { get; set; }

Property Value

bool

Thickness

public float Thickness { get; set; }

Property Value

float

Methods

GetRenderObject(Node)

public RenderObject GetRenderObject(Node node)

Parameters

node Node

Returns

RenderObject

PartialHitTest(Node, ref HitTestArgs)

public bool PartialHitTest(Node node, ref HitTestArgs args)

Parameters

node Node
args HitTestArgs

Returns

bool