System.Types.TPoint.operator Implicit

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class operator Implicit(Value: TSmallPoint): TPoint;

Properties

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

Description

Returns a TPoint object.

operator Implicit returns a TPoint object with the same coordinates as the TSmallPoint object received as parameter. It converts a TSmallPoint to a TPoint and the conversion is implicit.

See Also