SuperMap.WinRT.Core.Rectangle2D.Union C# (CSharp) Method

Union() public method

${core_Rectangle2D_method_union_Point2D_D}
public Union ( Point2D point ) : Rectangle2D
point Point2D ${core_Rectangle2D_method_union_Point2D_param_point}
return Rectangle2D
        public Rectangle2D Union(Point2D point)
        {
            return this.Union(new Rectangle2D(point, point));
        }

Same methods

Rectangle2D::Union ( Rectangle2D rect ) : Rectangle2D