Previous Document Next Document
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 code 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 2007 Corel Corporation. All rights reserved.