Master.DrawLine Method (Visio)
Published: July 16, 2012
Adds a line to the Shapes collection of a master.
expression .DrawLine(xBegin, yBegin, xEnd, yEnd)
expression A variable that represents a Master object.
Parameters
|
Name |
Required/Optional |
Data Type |
Description |
|---|---|---|---|
|
xBegin |
Required |
Double |
The x-coordinate of the line's begin point. |
|
yBegin |
Required |
Double |
The y-coordinate of the line's begin point. |
|
xEnd |
Required |
Double |
The x-coordinate of the line's endpoint. |
|
yEnd |
Required |
Double |
The y-coordinate of the line's endpoint. |
Return Value
Shape