Unit 'Graphics' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

TCanvas.DoMoveTo

DoMoveTo calls the MoveTo method.

Declaration

Source position: graphics.pp line 1031

protected procedure TCanvas.DoMoveTo(

  x: Integer;

  y: Integer

); override;