SuperMap.WindowsPhone.Core.Rectangle2D.Union C# (CSharp) Méthode

Union() public méthode

${WP_core_Rectangle2D_method_union_Point2D_D}
public Union ( Point2D point ) : Rectangle2D
point Point2D ${WP_core_Rectangle2D_method_union_Point2D_param_point}
Résultat Rectangle2D
        public Rectangle2D Union(Point2D point)
        {
            return this.Union(new Rectangle2D(point, point));
        }

Same methods

Rectangle2D::Union ( Rectangle2D rect ) : Rectangle2D