Skip to content

Latest commit

 

History

History
46 lines (27 loc) · 1.14 KB

Visio.Shape.SetBegin.md

File metadata and controls

46 lines (27 loc) · 1.14 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Shape.SetBegin method (Visio)
vis_sdr.chm11216550
vis_sdr.chm11216550
Visio.Shape.SetBegin
257a6ec4-b9c4-4c42-3c57-6e53c1d4d526
06/08/2017
medium

Shape.SetBegin method (Visio)

Moves the begin point of a one-dimensional (1D) shape to the coordinates represented by xPos and yPos.

Syntax

expression. SetBegin( _xPos_ , _yPos_ )

expression A variable that represents a Shape object.

Parameters

Name Required/Optional Data type Description
xPos Required Double The new x-coordinate of the begin point.
yPos Required Double The new y-coordinate of the begin point.

Return value

Nothing

Remarks

The SetBegin method only applies to 1D shapes. If the indicated shape is a 2D shape, an error is generated.

The coordinates represented by the xPos and yPos arguments are parent coordinates, measured from the origin of the shape's parent (the page or group that contains the shape).

[!includeSupport and feedback]