'Declaration Public Overloads Sub ScrollToRect( _
ByVal viewerRectRectangle in the viewer space.As Vintasoft.Primitives.VintasoftRect, _
ByVal viewerAreaSizeSize of viewer area.As Vintasoft.Primitives.VintasoftSize _
)
public void ScrollToRect(
Vintasoft.Primitives.VintasoftRect viewerRect,
Vintasoft.Primitives.VintasoftSize viewerAreaSize
)
public: void ScrollToRect(
Vintasoft.Primitives.VintasoftRect viewerRect,
Vintasoft.Primitives.VintasoftSize viewerAreaSize
)
public:
void ScrollToRect(
Vintasoft.Primitives.VintasoftRect viewerRect,
Vintasoft.Primitives.VintasoftSize viewerAreaSize
)
Parameters
- viewerRect
- Rectangle in the viewer space.
- viewerAreaSize
- Size of viewer area.