Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.28
|
Leadtools Namespace > RasterImage Class : PointToImage Method |
public LeadPoint PointToImage( RasterViewPerspective viewPerspective, LeadPoint pt )
'Declaration
Public Function PointToImage( _ ByVal viewPerspective As RasterViewPerspective, _ ByVal pt As LeadPoint _ ) As LeadPoint
'Usage
Dim instance As RasterImage Dim viewPerspective As RasterViewPerspective Dim pt As LeadPoint Dim value As LeadPoint value = instance.PointToImage(viewPerspective, pt)
public LeadPoint PointToImage( RasterViewPerspective viewPerspective, LeadPoint pt )
- (LeadPoint)pointToImage:(LTRasterViewPerspective)viewPerspective sourcePoint:(LeadPoint)src
public LeadPoint pointToImage(
RasterViewPerspective viewPerspective,
LeadPoint pt
)
function Leadtools.RasterImage.PointToImage( viewPerspective , pt )
public: LeadPoint PointToImage( RasterViewPerspective viewPerspective, LeadPoint pt )
For more information, refer to Accounting for View Perspective.
For more information, refer to Changing Image Coordinates.