Class WidgetBoundsPresenter
- Namespace
- Lime
- Assembly
- Lime.dll
public class WidgetBoundsPresenter : IPresenter
- Inheritance
-
WidgetBoundsPresenter
- Implements
-
- Inherited Members
-
Constructors
public WidgetBoundsPresenter(Color4 color, float thickness = 1, float cornerRadius = 0)
Parameters
color
Color4
thickness
float
cornerRadius
float
Properties
public Color4 Color { get; set; }
Property Value
- Color4
public float CornerRadius { get; set; }
Property Value
- float
public bool IgnorePadding { get; set; }
Property Value
- bool
public float Thickness { get; set; }
Property Value
- float
Methods
public RenderObject GetRenderObject(Node node)
Parameters
node
Node
Returns
- RenderObject
public bool PartialHitTest(Node node, ref HitTestArgs args)
Parameters
node
Node
args
HitTestArgs
Returns
- bool