[]
Ensures that the specified rectangle (expressed in preview pane client coordinates) is visible (scrolled in) in the preview pane.
public void MakeClientVisible(Rectangle rClient)
| Type | Name | Description |
|---|---|---|
| Rectangle | rClient | The rectangle to make visible. |
Ensures that the specified point (expressed in preview pane client coordinates) is visible (scrolled in) in the preview pane.
public void MakeClientVisible(Point clientPt)
| Type | Name | Description |
|---|---|---|
| Point | clientPt | The point to make visible. |