ResetCoordinates()
Syntax
ResetCoordinates([System])Description
Reset any coordinate transformations that were applied to the current vector drawing output and restore the coordinate system that was in effect when StartVectorDrawing() was called.
Parameters
System (optional) Specifies the coordinate system to change. This can be one of the following values: #PB_Coordinate_User : Change the coordinate system for points in the drawing path (default) #PB_Coordinate_Source: Change the coordinate system for the vector drawing source
Return value
None.
Remarks
See the vectordrawing overview for an introduction to the different coordinate systems.
See Also
TranslateCoordinates(), ScaleCoordinates(), RotateCoordinates(), SkewCoordinates(), FlipCoordinatesX(), FlipCoordinatesY(), ConvertCoordinateX(), ConvertCoordinateY()
Supported OS
All