The number of subsequent actions to perform. The default value is 1.





In This Topic

ZoomOut Method (GdViewer)

In This Topic
Performs a zoom out operation.
Syntax
'Declaration

 

Public Sub ZoomOut( _

   Optional ByVal actions As Integer _

) 
public void ZoomOut( 

   int actions

)
public procedure ZoomOut( 

    actions: Integer

); 
public function ZoomOut( 

   actions : int

);
public: void ZoomOut( 

   int actions

) 
public:

void ZoomOut( 

   int actions

) 

Parameters

actions
The number of subsequent actions to perform. The default value is 1.
See Also