Translates a point (x,y) from this
RasterImage view perspective to the specified view perspective.
Syntax
Parameters
- viewPerspective
- Destination view perspective to which the point should be translated.
- pt
- The point to translate.
Return Value
The translated point.
Example
This example finds out where the origin of the image would be. Then it converts a known point to bitmap coordinates.
Remarks
Requirements
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
See Also