Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 1.09 KB

Visio.shape.visualboundingbox.md

File metadata and controls

37 lines (22 loc) · 1.09 KB
title ms.assetid ms.date ms.localizationpriority
Shape.VisualBoundingBox method (Visio)
6a7d4622-8ba5-c598-4aaa-c6297cb4c008
06/08/2017
medium

Shape.VisualBoundingBox method (Visio)

Returns the bounding rectangle of the given shape. Introduced in Office 2016.

Syntax

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

expression A variable that represents a Shape 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]