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




pageView
Represents the scrollable view object on which the image is drawn.
mode
Specifies translation direction.
array
Array with point coordinates (ImageGear.Core.ImGearPoint or ImageGear.Core.ImGearDoublePoint).

Glossary Item Box

Translates coordinates between image and device coordinate systems.

Syntax

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

Parameters

pageView
Represents the scrollable view object on which the image is drawn.
mode
Specifies translation direction.
array
Array with point coordinates (ImageGear.Core.ImGearPoint or ImageGear.Core.ImGearDoublePoint).

Remarks

Device coordinates are expressed in pixels.

If you display or print an image without an IImGearScrollableView object, use ConvertCoordinates(System.Windows.Controls.Canvas, ImGearCoordConvModes, System.Array). SHD_TEST

See Also

©2013. Accusoft Corporation. All Rights Reserved.