Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
Contains x -and y -coordinates of the ending vertex of a straight line segment relative to a shape's width and height.
Note
A RelLineTo row can only be persisted in the .vsdx, .vsdm, .vstx, .vstm, .vssx, and .vssm file formats. When a file is saved to the Visio 2003-2010 formats, the RelLineTo row is converted to a LineTo row.
A RelLineTo row contains the following cells.
| Cell | Description |
|---|---|
| X |
The x -coordinate of the ending vertex of a straight line segment relative to the shape's width. |
| Y |
The y -coordinate of the ending vertex of a straight line segment relative to the shape's height. |
Remarks
Values in the RelLineTo row are equivalent to values in a LineTo row that are multiplied by the width and height of the shape. For example: a RelLineTo row where the value of the X cell is "0" and the value of the Y cell is "0.5" can be replaced with LineTo row where the value of the X cell is the formula "Width0" and the Y cell is the formula "Height0.5."