System.Types.TPointFType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TPointFType = array [0..1] of Single;

C++

typedef System::StaticArray<float, 2> TPointFType;

Properties

Type Visibility Source Unit Parent
array
typedef
public
System.Types.pas
System.Types.hpp
System.Types System.Types

Description

Embarcadero Technologies does not currently have any additional information.