public PointD ConvertCoordinate( Page oPage, CoordinateService.CoordinateSystems oSourceCoordinateSystem, PointD oSourcePoint, CoordinateService.CoordinateSystems oDestinationCoordinateSystem )
public: PointD ConvertCoordinate( Page^ oPage, CoordinateService.CoordinateSystems oSourceCoordinateSystem, PointD oSourcePoint, CoordinateService.CoordinateSystems oDestinationCoordinateSystem )
Parameters
| Parameter Name | Description |
|---|---|
| oPage | Page which frame size and height will be used to calculate new coordinates |
| oSourceCoordinateSystem | Source coordinate system. |
| oSourcePoint | Source Point. |
| oDestinationCoordinateSystem | Destination coordinate system. |