Previous Document Next Document

Object Model Reference : Classes : A : ActiveView : Methods : ActiveView.SetActualSize


ActiveView.SetActualSize

Sub SetActualSize()

Description

Member of ActiveView

The SetActualSize method adjusts the current view so that all objects in the view are visible in their actual size. For example, if an ellipse in the active view has a width of two inches, the SetActualSize method adjusts the current view so the ellipse has a width of two inches on the screen.

VBA example

The following VBA example sets the current view to reflect the actual size of the object in the view.

Sub ViewActual()
 ActiveWindow.ActiveView.SetActualSize
End Sub

Previous Document Next Document Back to Top

Copyright 2013 Corel Corporation. All rights reserved.