Spatial4n.Core.Shapes.Impl.RectangleImpl.RectangleImpl C# (CSharp) Méthode

RectangleImpl() public méthode

public RectangleImpl ( System.Point lowerLeft, System.Point upperRight, SpatialContext ctx ) : System
lowerLeft System.Point
upperRight System.Point
ctx Spatial4n.Core.Context.SpatialContext
Résultat System
        public RectangleImpl(Point lowerLeft, Point upperRight, SpatialContext ctx)
            : this(lowerLeft.GetX(), upperRight.GetX(), lowerLeft.GetY(), upperRight.GetY(), ctx)
        {
        }

Same methods

RectangleImpl::RectangleImpl ( Rectangle r, SpatialContext ctx ) : System
RectangleImpl::RectangleImpl ( double minX, double maxX, double minY, double maxY, SpatialContext ctx ) : System