ConvertCoordinates(IImGearScrollableView,Graphics,ImGearCoordConvModes,Array) Method
In This Topic
Translates coordinates between image and device coordinate systems (depending on the value of the "Mode" parameter). The array
parameter can point to array of points or double points.
Syntax
Parameters
- pageView
- IImGearScrollableView interface; represents .NET form to draw the image on.
- graphics
- Graphics object used to draw the image.
- mode
- Specifies translation direction; either
IMAGE_TO_DEVICE
orDEVICE_TO_IMAGE
. - array
- Array with point coordinates.
See Also