Table of Contents

TPoint Structure

Represents a point on X,Y coordinates. We used instead of System.Drawing.Point because we do not want references to System.Drawing (because .NET 3.0 applications do not need GDI+)

Syntax

Namespace: FlexCel.Core

public struct TPoint

Constructors

Name Description
TPoint Creates a new point.

Methods

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

Operators

Properties

Name Description
X X coord.
Y Y coord.