Difference between revisions of "SetTargetDC"

From SCAR Divi Manual
Jump to: navigation, search
(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 SetTargetDc(Dc: HDC);
+
procedure SetTargetDC(const DC: HDC);
 
</source>
 
</source>
  

Revision as of 16: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.

See Also