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





In This Topic

ZoomIn Method (GdViewer)

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

 

Public Sub ZoomIn( _

   Optional ByVal actions As Integer _

) 
public void ZoomIn( 

   int actions

)
public procedure ZoomIn( 

    actions: Integer

); 
public function ZoomIn( 

   actions : int

);
public: void ZoomIn( 

   int actions

) 
public:

void ZoomIn( 

   int actions

) 

Parameters

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