JCL Help:PointCopy

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Copies a TPoint.


Pascal

 procedure PointCopy(var Dest: TPoint; const Source: TPoint);


Parameters

Parameters Description
var Dest: TPoint Destination point.
const Source: TPoint Source point from which the values are copied.


Description

PointCopy copies the values of the Source point into the Destination point. When the function returns Dest is an exact copy of Source.


About

Unit

JclGraphUtils


Donator

Marcel van Brakel


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page