Leadtools.CF Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.6.15
ChangeViewPerspective Method
See Also 
Leadtools Namespace > RasterImage Class : ChangeViewPerspective Method



viewPerspective
Desired view perspective.
viewPerspective
Desired view perspective.
Rotates and flips this RasterImage data as necessary to achieve the desired view perspective.

Syntax

Visual Basic (Declaration) 
Public Overridable Sub ChangeViewPerspective( _
   ByVal viewPerspective As RasterViewPerspective _
) 
Visual Basic (Usage)Copy Code
Dim instance As RasterImage
Dim viewPerspective As RasterViewPerspective
 
instance.ChangeViewPerspective(viewPerspective)
C# 
public virtual void ChangeViewPerspective( 
   RasterViewPerspective viewPerspective
)
C++/CLI 
public:
virtual void ChangeViewPerspective( 
   RasterViewPerspective viewPerspective
) 

Parameters

viewPerspective
Desired view perspective.

Example

For an example, refer to Width.

Remarks

This method changes this RasterImage data by rotating or flipping the whole image to achieve the desired view perspective.

This method does not affect the image display. This can be used to simplify calculations that involve image coordinates.

For more information refer to Accounting for View Perspective.

Requirements

Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6

See Also