LEADTOOLS WPF and Silverlight (Leadtools.Windows.Controls assembly)
LEAD Technologies, Inc

PointFromImageCoordinates Method (ImageBox)






The source point in image coordinates.
Converts a point from image to control (display) coordinates. .NET support Silverlight support
Syntax
public virtual Point PointFromImageCoordinates( 
   Point point
)
'Declaration
 
Public Overridable Function PointFromImageCoordinates( _
   ByVal point As Point _
) As Point
'Usage
 
Dim instance As ImageBox
Dim point As Point
Dim value As Point
 
value = instance.PointFromImageCoordinates(point)
public virtual Point PointFromImageCoordinates( 
   Point point
)
 function Leadtools.Windows.Controls.ImageBox.PointFromImageCoordinates( 
   point 
)
public:
virtual Point PointFromImageCoordinates( 
   Point point
) 

Parameters

point
The source point in image coordinates.

Return Value

A System.Windows.Point that contains the converted values in control (display) coordinates.
Remarks

The viewer control contain many properties that control how the image will be displayed on the surface of the control. At any time, you might require to convert a point or a rectangle from control (where it is on the surface of the control) to image (the pixel x and y value in the image data) and vice versa.

Use PointToImageCoordinates to convert a point from control to image coordinates, use PointFromImageCoordinates to convert a point from image to control coordinates. Use BoundsToImageCoordinates to convert a rectangle value from control to image coordinates and BoundsFromImageCoordinates to convert a rectangle value from image to control coordinates.

Note that when using the RasterImageBox and RasterImageViewer controls to display a LEADTOOLS Leadtools.RasterImage object, the image coordinates are assumed to be in top-left view perspective. If the image contains a RasterImage.ViewPerspective value other than RasterViewPerspective.TopLeft you must call RasterImage.PointToImage or RasterImage.RectangleToImage to further convert the values to actual rows and columns pixel values in the image.

Example

For C#/VB examples, refer to PointToImageCoordinates.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ImageBox Class
ImageBox Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.