[Overview][Constants][Procedures and functions][Index] Reference for unit 'dtmutil' (#Simba)

ValidMainPointBox

Declaration

Source position: line 0

function ValidMainPointBox(

  var dtm: TMDTM;

  const x1: Integer;

  const y1: Integer;

  const x2: Integer;

  const y2: Integer

):TBox;

function ValidMainPointBox(

  const TPA: TPointArray;

  const x1: Integer;

  const y1: Integer;

  const x2: Integer;

  const y2: Integer

):TBox;