Difference between revisions of "SetTargetDC"
From SCAR Divi Manual
(Created page with "==Definition== <source lang="scar" lines="false"> procedure SetTargetDc(Dc: HDC); </source> ==Availability== SCAR Divi 3.00 > Current ==Description== Sets a new target decide c...") |
|||
Line 1: | Line 1: | ||
==Definition== | ==Definition== | ||
<source lang="scar" lines="false"> | <source lang="scar" lines="false"> | ||
− | procedure | + | procedure SetTargetDC(const DC: HDC); |
</source> | </source> | ||
Revision as of 15:44, 4 April 2012
Definition
procedure SetTargetDC(const DC: HDC);
Availability
SCAR Divi 3.00 > Current
Description
Sets a new target decide context by passing the handle to the device context.