AGK for Pascal
ContentsIndexHome
PreviousUpNext
TAgkPoint.Create Method (Single, Single)

Creates a point.

Syntax
Pascal
class function Create(const X: Single; const Y: Single): TAgkPoint; overload;
Parameters 
Description 
const X: Single 
X-coordinate of the point. 
const Y: Single 
Y-coordinate of the point. 
Copyright (c) 2012. All rights reserved.