System.Types.TPoint.operator Explicit

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class operator Explicit(Value: TPoint): TSmallPoint;

Properties

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

Description

Returns a TSmallPoint object.

operator Explicit returns a TSmallPoint object, with the same coordinates as the TPoint object received as parameter. It converts the coordinates to TSmallPoint values and the conversion must be explicit.

See Also