PositionEventArgs.Create

Syntax

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

Parameters

Width - new width of the component.

Height is new height of the component.

Point is a new coordinate of the left upper corner of the component.

Description

The Create designer creates argument of the events that occur when the component is moved or when its sizes are changed.

Comments

The events that use this argument:

See also:

PositionEventArgs