TSCARClient.ImageArea

From SCAR Divi Manual
Revision as of 19:26, 22 July 2012 by Freddy (talk | contribs) (Created page with "==Definition== Member of TSCARClient, read/write.<source lang="scar" lines="false"> property TSCARClient.ImageArea: TBox; </source> ==Availability== SCAR Divi 3.35 > Current...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Definition

Member of TSCARClient, read/write.
property TSCARClient.ImageArea: TBox;

Availability

SCAR Divi 3.35 > Current

Description

Holds the TSCARClient's image area, this is the box representing the client's image area on the actual client image, "the select area".

Example

begin
  WriteLn(BoxToStr(GetClient.ImageArea));
end.

See Also