Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 1.16 KB

Visio.selection.visualboundingbox.md

File metadata and controls

38 lines (22 loc) · 1.16 KB
title ms.assetid ms.date ms.localizationpriority
Selection.VisualBoundingBox method (Visio)
ae107bd8-ac99-6303-2820-a5afb19165a3
06/08/2017
medium

Selection.VisualBoundingBox method (Visio)

Returns the bounding rectangle of the virtual container that has all the shapes of the given selection. Introduced in Office 2016.

Syntax

expression.VisualBoundingBox (Flags, lpr8Left, lpr8Bottom, lpr8Right, lpr8Top)

expression A variable that represents a Selection object.

Parameters

Name Optional/Requires Data Type Description
Flags Required INT16 A VisBoundingBoxArgs constant that describes the returned rectangle.
lpr8Left Required DOUBLE Left position values for the virtual bounding box.
lpr8Bottom Required DOUBLE Bottom position values for the virtual bounding box.
lpr8Right Required DOUBLE Right position values for the virtual bounding box.
lpr8Top Required DOUBLE Top position values for the virtual bounding box.

Return value

VOID

[!includeSupport and feedback]