RectangleD.Union(RectangleD, RectangleD) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
static Microsoft::ReportDesigner::RectangleD Union(Microsoft::ReportDesigner::RectangleD a, Microsoft::ReportDesigner::RectangleD b);
public static Microsoft.ReportDesigner.RectangleD Union (Microsoft.ReportDesigner.RectangleD a, Microsoft.ReportDesigner.RectangleD b);
static member Union : Microsoft.ReportDesigner.RectangleD * Microsoft.ReportDesigner.RectangleD -> Microsoft.ReportDesigner.RectangleD
Public Shared Function Union (a As RectangleD, b As RectangleD) As RectangleD