Visual Basic (Declaration) | |
---|---|
Public Function PointToImage( _ ByVal viewPerspective As RasterViewPerspective, _ ByVal pt As Point _ ) As Point |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public Point PointToImage( RasterViewPerspective viewPerspective, Point pt ) |
Managed Extensions for C++ | |
---|---|
public: Point PointToImage( RasterViewPerspective viewPerspective, Point pt ) |
C++/CLI | |
---|---|
public: Point PointToImage( RasterViewPerspective viewPerspective, Point pt ) |
Parameters
- viewPerspective
- Source view perspective 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.
For more information, refer to Changing Image Coordinates.
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family