FMX.Grid.TGridModel.TPointInfo

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

    TPointInfo = record
      Point: TPointF;
      Coord: TGridModel.TCoord;
    end;

C++

struct DECLSPEC_DRECORD TPointInfo
{
public:
    System::Types::TPointF Point;
    TGridModel::TCoord Coord;
};

Properties

Type Visibility Source Unit Parent
record
struct
public
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid TGridModel

Description

Represents the regular coordinates and the grid coordinates of a point in a grid.

See Also