WidgetBounds

Description

abstract class Tinman.Engine.Widgets.WidgetBounds

Derived from

VersionedBase abstract
IWidgetBounds

Abstract base class for IWidgetBounds implementations.

Public / Constants

Full​Screen


public static readonly attribute FullScreen → (IWidgetBounds)

A IWidgetBounds instance that puts IWidget objects onto the entire render target surface.

Public / Constructors

Client​Area


public static method ClientArea → (1)

widget in : INonUserInterfaceBounds

[not-null]
The widget.

returns → IWidgetBounds

The client-area IWidgetBounds object.

Creates a new instance of IWidgetBounds that returns the non user interface bounds of the given widget.