Pegasus Class Library Help
Assembly: PegasusClassLibrary (in PegasusClassLibrary.dll) Version: 4.0.0.0 (4.0.12.0)
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.
Namespace:
Pegasus.Library
Remarks
You should call this function immediately after downloading data from the device, when
the point data is in the device units.
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() |