MindFusion WinForms Programmer's Guide
Location Members
Constructors Fields Properties Methods
 


Represents an ordered pair of integer x- and y-coordinates that defines a point in a two-dimensional plane.

The following tables list the members exposed by the Location type.

 Public Constructors

  Name Description

Location

Overloaded.  

 Public Fields

  Name Description

Empty

An empty instance of the Location structure.

 Public Properties

  Name Description

IsEmpty

Gets a value indicating whether this Location is empty.

X

Gets or sets the x-coordinate of this location.

XUnit

Gets or sets the units of measure of the x-coordinate of this Location.

Y

Gets or sets the y-coordinate of this location.

YUnit

Gets or sets the units of measure of the y-coordinate of this Location.

 Public Methods

  Name Description

Add

Adds the width and height of the specified Dimension to the specified Location.

Equals

Determines if two Location structures have the same coordinates.

GetHashCode

Returns a hash code for this Location structure.

Subtract

Returns the result of subtracting the specified Dimension from the specified Location.

ToString

Creates a human-readable string that represents this Location.

 See Also

Location Structure
MindFusion.Reporting Namespace