ShowShape Method
ShowShape(IShape, int, int)
Displays the shape fully inside the viewport.
Declaration
public void ShowShape(IShape shape, int rowPane, int columnPane)
Public Sub ShowShape(shape As IShape, rowPane As Integer, columnPane As Integer)
Parameters
Type |
Name |
Description |
IShape |
shape |
The Shape.
|
int |
rowPane |
The row pane index.
|
int |
columnPane |
The column pane index
|