Skip to content

Latest commit

 

History

History
45 lines (27 loc) · 1.06 KB

Visio.Page.PasteToLocation.md

File metadata and controls

45 lines (27 loc) · 1.06 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Page.PasteToLocation method (Visio)
vis_sdr.chm10962120
vis_sdr.chm10962120
Visio.Page.PasteToLocation
d24cc1b3-c0c7-d529-b94f-0fea82d124ef
06/08/2017
medium

Page.PasteToLocation method (Visio)

Pastes the shape to the specified location on the page.

Syntax

expression. PasteToLocation( _xPos_ , _yPos_ , _Flags_ )

expression A variable that represents a Page object.

Parameters

Name Required/Optional Data type Description
xPos Required Double The x-coordinate at which to place the center of the object's width or PinX, in inches.
yPos Required Double The y-coordinate at which to place the center of the object's height or PinY, in inches.
Flags Required Long The default is zero.

Return value

Nothing

Remarks

The Flags parameter value can also be visCopyPasteDontAddToContainers.

[!includeSupport and feedback]