ImageGear for .NET
ConvertCoordinates(IImGearScrollableView,Graphics,ImGearCoordConvModes,Array) Method
See Also  Send Feedback
ImageGear21.Core Assembly > ImageGear.Display Namespace > ImGearPageDisplay Class > ConvertCoordinates Method : ConvertCoordinates(IImGearScrollableView,Graphics,ImGearCoordConvModes,Array) Method




pageView
IImGearScrollableView interface; represents .NET form to draw the image on.
graphics
Graphics object used to draw the image.
mode
Specifies translation direction; eitherIMAGE_TO_DEVICE orDEVICE_TO_IMAGE.
array
Array with point coordinates.

Glossary Item Box

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

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Parameters

pageView
IImGearScrollableView interface; represents .NET form to draw the image on.
graphics
Graphics object used to draw the image.
mode
Specifies translation direction; eitherIMAGE_TO_DEVICE orDEVICE_TO_IMAGE.
array
Array with point coordinates.

See Also

©2013. Accusoft Corporation. All Rights Reserved.