Class TCastleRectangleControl
Unit
CastleControls
Declaration
type TCastleRectangleControl = class(TUIControlSizeable)
Description
Fill a rectangle on screen with given color.
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
constructor Create(AOwner: TComponent); override; |
|
 |
procedure Render; override; |
|
 |
function Motion(const Event: TInputMotion): boolean; override; |
|
Properties
 |
property Color: TCastleColor read FColor write SetColor; |
Rectangle color. By default, opaque white.
|
 |
property InterceptInput: boolean read FInterceptInput write FInterceptInput
default false; |
Prevents passing mouse/keyboard events to the controls underneath. More precisely, when this property is True , then the Press, Release and Motion events are marked as "handled" by this control.
|
Generated by PasDoc 0.15.0.
|