JCL Help:PointAssign

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Initializes a TPoint with the supplied values.


Pascal

 function PointAssign(const X: Integer; const Y: Integer): TPoint;


Parameters

Parameters Description
const X: Integer X value for the new TPoint.
const Y: Integer Y value for the new TPoint.


Return Value

A TPoint initialized with X and Y.


Description

PointAssign returns a TPoint record initialized with the supplied values.


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