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 : RectangleToImage Method |
public LeadRect RectangleToImage( RasterViewPerspective viewPerspective, LeadRect rc )
'Declaration
Public Function RectangleToImage( _ ByVal viewPerspective As RasterViewPerspective, _ ByVal rc As LeadRect _ ) As LeadRect
'Usage
Dim instance As RasterImage Dim viewPerspective As RasterViewPerspective Dim rc As LeadRect Dim value As LeadRect value = instance.RectangleToImage(viewPerspective, rc)
public LeadRect RectangleToImage( RasterViewPerspective viewPerspective, LeadRect rc )
- (LeadRect)rectangleToImage:(LTRasterViewPerspective)viewPerspective sourceRect:(LeadRect)src
public LeadRect rectangleToImage(
RasterViewPerspective viewPerspective,
LeadRect rc
)
function Leadtools.RasterImage.RectangleToImage( viewPerspective , rc )
public: LeadRect RectangleToImage( RasterViewPerspective viewPerspective, LeadRect rc )
For more information, refer to Accounting for View Perspective.
For more information, refer to Changing Image Coordinates.