Click or drag to resize

CPDFViewerMakeVisible Method

Forces content to scroll until the coordinate space of a Visual object is visible.

Namespace:  ComPDFKitViewer
Assembly:  ComPDFKit.Viewer (in ComPDFKit.Viewer.dll) Version: 2.2.0.0 (2.2.0.0)
Syntax
C#
public Rect MakeVisible(
	Visual visual,
	Rect rectangle
)

Parameters

visual
Type: System.Windows.MediaVisual
A Visual that becomes visible.
rectangle
Type: System.WindowsRect
A bounding rectangle that identifies the coordinate space to make visible.

Return Value

Type: Rect
A Rect that is visible.

Implements

IScrollInfoMakeVisible(Visual, Rect)
See Also