Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

RectangleToImage Method








Source view perspective from which the rectangle should be translated.
The rectangle to translate.
Translates a rectangle from a specified view perspective to this RasterImage view perspective.
Syntax
'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)
- (LeadRect)rectangleToImage:(LTRasterViewPerspective)viewPerspective 
                  sourceRect:(LeadRect)src
            
public LeadRect rectangleToImage(
  RasterViewPerspective viewPerspective, 
  LeadRect rc
)
            
 function Leadtools.RasterImage.RectangleToImage( 
   viewPerspective ,
   rc 
)

Parameters

viewPerspective
Source view perspective from which the rectangle should be translated.
rc
The rectangle to translate.

Return Value

The translated rectangle.
Remarks

For more information, refer to Accounting for View Perspective.

For more information, refer to Changing Image Coordinates.

Example
For an example, refer to RectangleFromImage.
Requirements

Target Platforms

See Also

Reference

RasterImage Class
RasterImage Members

Error processing SSI file