System.Types.SmallPoint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function SmallPoint(X, Y: Integer): TSmallPoint;
function SmallPoint(XY: LongWord): TSmallPoint;

C++

extern DELPHI_PACKAGE TSmallPoint __fastcall SmallPoint(int X, int Y)/* overload */;

Properties

Type Visibility Source Unit Parent
function public
System.Types.pas
System.Types.hpp
System.Types System.Types

Description

Creates a TSmallPoint structure from a pair of coordinates. Call SmallPoint to create a TSmallPoint that represents the specified coordinates.

See Also