Click or drag to resize

Location Methods

The Location type exposes the following members.

Methods
 NameDescription
Public methodClone Creates a new object that is a copy of the current instance.
Public methodCompareTo Compares the current instance with another object of the same type.
Public methodContains Returns true if the specified PointF is contained in the location.
Public methodFlip Flip a location at a specified pivot.
Public methodGetCenter Gets a PointF which determine the center of this location.
Public methodIsotropicFit Shrink a rectangle to a specified rectangle.
Public methodIsotropicFitEnlarge Enlarge a rectangle to a specified rectangle.
Public methodMirror Mirror the current location.
Public methodNormalize Normalize the current location.
Public methodScale(Single, Single) Scale a location by specified x and y value.
Public methodScale(RectangleF, Single, Single) Scale a rectangle by specified x and y value.
Public methodStretchIntoRect Stretch current location into a specified rectangle.
Public methodTransform Transform location by a specified matrix.
Public methodTransformPoint(PointF, Matrix) Transforms a Easymap.AddIn.Common.Graphics.Point from a specified matrix.
Public methodTransformPoint(PointF, Matrix) Transforms a System.Drawing.PointF from a specified matrix.
Public methodTransformRect Transforms a Easymap.AddIn.Common.Graphics.RectangleF from a specified matrix.
Public methodTranslate Translate a location by specified x and y value.
Public methodUnion Creates the smallest possible location that can contain in the specified location that can form a union.
Top
See Also