Table of Contents

TPointF Structure

Platform independent point

Syntax

Namespace: FlexCel.Core

public struct TPointF

Constructors

Name Description
TPointF Creates a new Point.

Methods

Name Description
Equals True if both objects are equal.
GetHashCode Hash code for the point.
ToString String with both coordinates.

Operators

Properties

Name Description
Empty Returns a TPointF with X = 0 and Y = 0.
X X coord.
Y Y coord.