Search Results for

    Show / Hide 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

    Name Description
    Implicit Conversion Overloaded
    Implicit conversion from TPoint to Point
    Implicit conversion from Point to TPoint

    Properties

    Name Description
    X X coord.
    Y Y coord.
    In This Article
    Back to top FlexCel Studio for the .NET Framework v7.24.0.0
    © 2002 - 2025 tmssoftware.com