API:System.Types.TSmallPoint.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(P : TSmallPoint); overload;
constructor Create(const X, Y : Word); overload;
constructor Create(const X, Y : SmallInt); overload;

C++

static TSmallPoint Create(const short x, const short y) _ALWAYS_INLINE {

Properties

Type Visibility Source Unit Parent
constructor
function
public
System.Types.pas
SystemTypes.h
System.Types TSmallPoint

Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!