Copyright © 2005-2008 MultiMedia Soft 
Return to Table of contents  
 
Oscilloscope.ZoomPerc property 
 
Remarks 
 
Determines the height zoom percentage of the oscilloscope line. By default set to 100%, can assume values in the range from 5% to 500% 
 
Syntax 
 
[Visual Basic] 
Public Function get_ZoomPerc
nPlayerIndex as Int16 
) as Int16 
 
Public Sub set_ZoomPerc
nPlayerIndex as Int16, 
nZoomPerc as Int16 
)
 
[C#] 
public Int16 get_ZoomPerc
Int16 nPlayerIndex 
); 
 
public void set_ZoomPerc
Int16 nPlayerIndex
Int16 nZoomPerc  
);
 
[C++] 
public: Int16 get_ZoomPerc
Int16 nPlayerIndex 
); 
 
public: void set_ZoomPerc
Int16 nPlayerIndex, 
Int16 nZoomPerc  
);
 
 
 
Parameter
Description
 
 
nPlayerIndex
Number representing the zero-based index of the player that will use the Oscilloscope
nZoomPerc
The new zoom percentage to apply
 
 
See also 
 
Oscilloscope class. 
DisplayOscilloscope property 
How to use the embedded Visual Feedbacks section. 
 
 
 
 
 
 
 
 
 
Copyright © 2005-2008 MultiMedia Soft 
Return to Table of contents