ImageGear for .NET
ConvertCoordinates(IImGearScrollableView,ImGearCoordConvModes,Array) Method
See Also  Send Feedback
ImageGear21.Core Assembly > ImageGear.Display Namespace > ImGearPageDisplay Class > ConvertCoordinates Method : 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

In GDI+ environment, device coordinates are expressed in pixels.

In .Net WPF environment, device coordinates are expressed in WPF device independent units (1/96th inch per unit).

If you display or print an image without an IImGearScrollableView object, use one of these overloads:

  • In GDI+: ConvertCoordinates(IImGearScrollableView, System.Drawing.Graphics, ImGearCoordConvModes, System.Array)
  • In WPF: ConvertCoordinates(System.Windows.Controls.Canvas, ImGearCoordConvModes, System.Array).

See Also

©2013. Accusoft Corporation. All Rights Reserved.