ImageGear for .NET
ConvertCoordinates(IImGearScrollableView,IImGearPageDisplay,ImGearCoordConvModes,Array) Method
See Also  Send Feedback
ImageGear21.Art Assembly > ImageGear.ART Namespace > ImGearARTPage Class > ConvertCoordinates Method : ConvertCoordinates(IImGearScrollableView,IImGearPageDisplay,ImGearCoordConvModes,Array) Method




pageView
IImGearScrollableView interface of the page view control.
pageDisplay
PageDisplay associated with the page view control.
mode
Translation mode, either IMAGE_TO_DEVICE or DEVICE_TO_IMAGE.
points
Array of ImGearPoint or ImGearDoublePoint elements to convert.

Glossary Item Box

Translates coordinates between image and device coordinate systems.

Syntax

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

Parameters

pageView
IImGearScrollableView interface of the page view control.
pageDisplay
PageDisplay associated with the page view control.
mode
Translation mode, either IMAGE_TO_DEVICE or DEVICE_TO_IMAGE.
points
Array of ImGearPoint or ImGearDoublePoint elements to convert.

Remarks

The conversion depends on mode parameter and taks into account the annotation page orientation.

See Also

©2013. Accusoft Corporation. All Rights Reserved.