[Overview][Types][Procedures and functions][Variables][Index] Reference for unit 'LCLIntf' (#lcl)

DPtoLP

Converts an array of Device Points (coordinates) into Logical Points.

Declaration

Source position: winapih.inc line 81

function DPtoLP(

  DC: HDC;

  var Points;

  Count: Integer

):Bool;

Arguments

DC

  

The device context, containing the coordinate mapping information.

Points

  

An array of points.

Count

  

The number of points to convert.

Function result

False on failure.


Version 3.2 Generated 2024-02-25 Home