System.Math.Vectors.TVector.operator =

From RAD Studio API Documentation

C++

TVector& __fastcall operator=(const System::Types::TPointF &APoint) { *this = TVector::_op_Implicit(APoint); return *this; };
TVector& __fastcall operator=(const System::Types::TSizeF &ASize) { *this = TVector::_op_Implicit(ASize); return *this; };

Properties

Type Visibility Source Unit Parent
function public System.Math.Vectors.hpp System.Math.Vectors TVector

Description

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