PositionEventArgs.Create

Syntax

Create(Width: Integer; Height: Integer; Point: IPoint);

Parameters

Width - new width of the component.

Height - new height of the component.

Point - new coordinate of the left upper corner of the component.

Description

The Create constructor creates an argument of the events that occur when the component is moved or resized.

Comments

The events that use this argument:

See also:

PositionEventArgs