
All Units All Classes Properties, Methods and Events |
RectSize procedure
procedure RectSize(Const R: TRect; Out RectWidth, RectHeight: Integer);
Unit
TeCanvas
Description
Returns the dimensions of Rect R.
RectWidth := R.Right - R.Left
and
RectHeight := R.Bottom - R.Top
Send us Help Feedback. Copyright 1995-2013 © by Steema Software. All Rights Reserved.