Location Methods |
The Location type exposes the following members.
| Name | Description | |
|---|---|---|
| Clone | Creates a new object that is a copy of the current instance. | |
| CompareTo | Compares the current instance with another object of the same type. | |
| Contains | Returns true if the specified PointF is contained in the location. | |
| Flip | Flip a location at a specified pivot. | |
| GetCenter | Gets a PointF which determine the center of this location. | |
| IsotropicFit | Shrink a rectangle to a specified rectangle. | |
| IsotropicFitEnlarge | Enlarge a rectangle to a specified rectangle. | |
| Mirror | Mirror the current location. | |
| Normalize | Normalize the current location. | |
| Scale(Single, Single) | Scale a location by specified x and y value. | |
| Scale(RectangleF, Single, Single) | Scale a rectangle by specified x and y value. | |
| StretchIntoRect | Stretch current location into a specified rectangle. | |
| Transform | Transform location by a specified matrix. | |
| TransformPoint(PointF, Matrix) | Transforms a Easymap.AddIn.Common.Graphics.Point from a specified matrix. | |
| TransformPoint(PointF, Matrix) | Transforms a System.Drawing.PointF from a specified matrix. | |
| TransformRect | Transforms a Easymap.AddIn.Common.Graphics.RectangleF from a specified matrix. | |
| Translate | Translate a location by specified x and y value. | |
| Union | Creates the smallest possible location that can contain in the specified location that can form a union. |