- viewPerspective
- Source RasterViewPerspective from which the point should be translated.
- pt
- The point to translate.
| Visual Basic (Declaration) | |
|---|---|
| Public Overridable Function PointToImage( _ ByVal viewPerspective As RasterViewPerspective, _ ByVal pt As Point _ ) As Point | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
|  | |
| C# | |
|---|---|
| public virtual Point PointToImage( RasterViewPerspective viewPerspective, Point pt ) | |
| C++/CLI | |
|---|---|
| public: virtual Point PointToImage( RasterViewPerspective viewPerspective, Point pt ) | |
Parameters
- viewPerspective
- Source RasterViewPerspective from which the point should be translated.
- pt
- The point to translate.
Return Value
The translated point.For an example, refer to PointFromImage.
 
            
 
            
            
            For more information, refer to Accounting for View Perspective and 
            Changing Image Coordinates.
            
            Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6
 
  