Table of Contents

TDrawingPoint Structure

A point with x and y coordinates.

Syntax

Namespace: FlexCel.Core

public struct TDrawingPoint

Constructors

Name Description
TDrawingPoint Creates a new Drawing point.

Methods

Name Description
Equals Returns true if this instance has the same data as the object obj.
GetHashCode Returns the hashcode for this object
ToString Returns a string showing the values of the point.

Properties

Name Description
X X coordinate.
Y Y coordinate.