Location Class |
Namespace: Easymap.AddIn.Common.Graphics
The Location type exposes the following members.
| Name | Description | |
|---|---|---|
| AngleAtOrigin |
Gets a value which determine the angle of a location.
| |
| Area |
Gets a value which determine the area of a location.
| |
| Bounds |
Gets the bounds of a location.
| |
| Corners |
Gets an array of points which determines the corners of the location.
| |
| Empty |
Gets a new location object with uninitialized members.
| |
| Height |
Gets the graphic height of a specified location.
| |
| IsEmpty |
Gets a value indicating whether this location is empty.
| |
| IsNormalized |
Gets a value indicating whether this location is normalized.
| |
| IsRectangle |
Gets a value indicating whether this location is an rectangle.
| |
| IsValid |
Gets a value indicating whether this location is valid.
| |
| Normalized |
Gets a normalized location.
| |
| Origin |
Gets or sets the origin.
| |
| Pivot |
Gets or sets a pivot of a location.
| |
| Width |
Gets the graphic width of a specified location.
|
| 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 System.Drawing.PointF from a specified matrix.
| |
| TransformPoint(PointF, Matrix) |
Transforms a Easymap.AddIn.Common.Graphics.Point 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.
|