ZedGraph LogoZedGraph Class Library Documentation
Location Class
NamespacesZedGraphLocation
A class than contains information about the position of an object on the graph.
Declaration Syntax
C#Visual BasicVisual C++
<SerializableAttribute> _
Public Class Location _
	Implements ICloneable, ISerializable
[SerializableAttribute]
public ref class Location : ICloneable, 
	ISerializable
Members
All MembersConstructorsMethodsPropertiesFields



IconMemberDescription
LocationLocationNew()()
Default constructor for the Location class.

LocationLocationNew(Double, Double, CoordType)
Constructor for the Location class that specifies the x, y position and the CoordType.

LocationLocationNew(Double, Double, CoordType, AlignH, AlignV)
Constructor for the Location class that specifies the x, y position and the CoordType.

LocationLocationNew(Double, Double, Double, Double, CoordType, AlignH, AlignV)
Constructor for the Location class that specifies the (x, y), (width, height), and the CoordType.

LocationLocationNew(Location)
The Copy Constructor

AlignH
A horizontal alignment parameter for this object specified using the AlignH enum type.

AlignV
A vertical alignment parameter for this object specified using the AlignV enum type.

BottomRight
The bottom-right PointF for this Location.

Clone()()
Typesafe, deep-copy clone method.

CoordinateFrame
The coordinate system to be used for defining the object position

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()
Serves as a hash function for a particular type. GetHashCode()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
GetObjectData(SerializationInfo, StreamingContext)
Populates a SerializationInfo instance with the data needed to serialize the target object

GetType()()
Gets the Type of the current instance.
(Inherited from Object.)
Height
The height of the object.

MemberwiseClone()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Rect
The RectangleF for this object as defined by the X, Y, Width, and Height properties.

static memberschema
Current schema value that defines the version of the serialized file

ICloneable..::Clone()()
Implement the ICloneable interface in a typesafe manner by just calling the typed version of Clone()()

TopLeft
The top-left PointF for this Location.

ToString()()
Returns a String that represents the current Object.
(Inherited from Object.)
Transform(PaneBase)
Transform this Location object to display device coordinates using the properties of the specified GraphPane.

static memberTransform(PaneBase, Double, Double, CoordType)
Transform a data point from the specified coordinate type (CoordType) to display device coordinates (pixels).

TransformBottomRight(PaneBase)
The PointF for this object as defined by the X2 and Y2 properties.

TransformRect(PaneBase)
Transform the RectangleF for this object as defined by the X, Y, Width, and Height properties.

TransformTopLeft(PaneBase, Single, Single)
Transform this Location from the coordinate system as specified by CoordinateFrame to the device coordinates of the specified PaneBase object.

TransformTopLeft(PaneBase)
The PointF for this object as defined by the X and Y properties.

Width
The width of the object.

X
The x position of the object.

X1
The x1 position of the object (an alias for the x position).

X2
The x2 position of the object.

Y
The y position of the object.

Y1
The y1 position of the object (an alias for the y position).

Y2
The y2 position of the object.

Inheritance Hierarchy
Object
Location

Assembly: ZedGraph (Module: ZedGraph) Version: 5.1.0.621