A class than contains information about the position of an object on the graph.
| C# | Visual Basic | Visual C++ |
[SerializableAttribute] public class Location : ICloneable, ISerializable
<SerializableAttribute> _ Public Class Location _ Implements ICloneable, ISerializable
[SerializableAttribute] public ref class Location : ICloneable, ISerializable
| All Members | Constructors | Methods | Properties | Fields | |
| Icon | Member | Description |
|---|---|---|
| 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) | (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 | ||
| schema |
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()() | (Inherited from Object.) | |
| Transform(PaneBase) |
Transform this Location object to display device
coordinates using the properties of the specified GraphPane.
| |
| Transform(PaneBase, Double, Double, CoordType) |
Transform a data point from the specified coordinate type
(CoordType) to display device coordinates (pixels).
| |
| TransformBottomRight(PaneBase) | ||
| TransformRect(PaneBase) | ||
| 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) | ||
| 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.
|
| Object | |
| Location | |
