System.Types.TPointF Methods

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
_sameValuepublicTests whether a TPointF object's fields are equal to some other values, received as parameters.
_sqrfpublicReturns the squared value of the value received as parameter.
Add (deprecated)publicCalculates the sum between two points.
AnglepublicCalculates the angle in radians formed by the point and the APoint parameter relative to the X-Axis using an Arctan2 function.
AngleCosinepublic
CeilingpublicDoes superior rounding over the coordinates of the TPointF object.
CreatepublicCreates and returns a TPointF object.
CrossProductpublic
DistancepublicCalculates the distance between the current TPointF object and the point specified by the APoint parameter.
DotProductpublic
EqualsTopublic
IsEmptypublicTests whether the point is empty.
IsZeropublicTests whether the point is zero.
Lengthpublic
MidPointpublic
Normalizepublic
OffsetpublicIncrements the values of X and Y.
operator !=publicTests whether two points are not equal.
operator +publicCalculates the sum between two points.
operator +=publicAdds certain values to a point location.
operator -publicSubtracts certain values from a point's location coordinates.
operator -=publicCalculates the difference between two points.
operator ==publicTests whether two points are equal.
operator AdditionpublicCalculates the sum between two points.
operator Divisionpublic
operator EqualitypublicTests whether two TPointF objects are equal.
operator Implicitpublic
operator InequalitypublicTests whether two points are not equal.
operator Multiplypublic
operator SubtractionpublicCalculates the difference between two TPointF objects.
operator UnaryNegationpublic
PointInCirclepublicTests whether the point is on or inside a circle.
PtInCirclepublicTests whether the point is within a circle.
Reflectpublic
Rotatepublic
RoundpublicRounds the coordinates of the TPointF object.
Scale (deprecated)public
SetLocation (deprecated)publicSets the location of a TPointF object.
Subtract (deprecated)publicCalculates the difference between two TPointF objects.
TruncatepublicTruncates the coordinates of the TPointF object.
ZeropublicPoint where the values of X and Y are all 0.