Pegasus Class Library Help
Flips the RawStrokes data around the Y-Axis. This is a special function for specific devices, which can write on both sides of the page. Do not use this function unless you write software specific to such device.

Remarks

You should call this function immediately after downloading data from the device, when the point data is in the device units.

Namespace:  Pegasus.Library
Assembly:  PegasusClassLibrary (in PegasusClassLibrary.dll) Version: 4.0.0.0 (4.0.12.0)

Syntax

C#
public void FlipVertical()
Visual Basic (Declaration)
Public Sub FlipVertical
Visual C++
public:
void FlipVertical()

See Also