[]
        
(Showing Draft Content)

C1.Win.C1Preview.C1PreviewPane.MakeClientVisible

MakeClientVisible Method

MakeClientVisible(Rectangle)

Ensures that the specified rectangle (expressed in preview pane client coordinates) is visible (scrolled in) in the preview pane.

Declaration
public void MakeClientVisible(Rectangle rClient)
Parameters
Type Name Description
Rectangle rClient

The rectangle to make visible.

MakeClientVisible(Point)

Ensures that the specified point (expressed in preview pane client coordinates) is visible (scrolled in) in the preview pane.

Declaration
public void MakeClientVisible(Point clientPt)
Parameters
Type Name Description
Point clientPt

The point to make visible.