PslSourceString.GetOldRect
Returns the old coordinates (before last update) of the string object.
Syntax
Expression.GetOldRect (X as LONG, Y as LONG, Cx as LONG, Cy as LONG, [optional] Type as Variant) as Boolean
Expression Object of type PslSourceString
Xx coordinate
Yx coordinate
Cx width
Cy height
Type One of these values:
pslDlgUnits (default, Value = 0) returns coordinates in dialog units
pslPixels (Value = 1) returns coordinates in pixels