Object Model Reference : Classes : A : ActiveView : Methods : ActiveView.SetActualSize |
Sub SetActualSize()
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.
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 |
Copyright 2013 Corel Corporation. All rights reserved.