Translates a point (x,y) from the specified view perspective to this RasterImage view perspective.
public LeadPoint PointToImage(
RasterViewPerspective viewPerspective,
LeadPoint pt
)
Public Function PointToImage( _
ByVal viewPerspective As Leadtools.RasterViewPerspective, _
ByVal pt As Leadtools.LeadPoint _
) As Leadtools.LeadPoint
public Leadtools.LeadPoint PointToImage(
Leadtools.RasterViewPerspective viewPerspective,
Leadtools.LeadPoint pt
)
- (LeadPoint)pointToImage:(LTRasterViewPerspective)viewPerspective
sourcePoint:(LeadPoint)src
public LeadPoint pointToImage(
RasterViewPerspective viewPerspective,
LeadPoint pt
)
function Leadtools.RasterImage.PointToImage(
viewPerspective ,
pt
)
public:
Leadtools.LeadPoint PointToImage(
Leadtools.RasterViewPerspective viewPerspective,
Leadtools.LeadPoint pt
)
viewPerspective
Source view perspective from which the point should be translated.
pt
The point to translate.
The translated point.
For more information, refer to Accounting for View Perspective.
For more information, refer to Changing Image Coordinates.
For an example, refer to PointFromImage.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET