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



horizontal
true to flip horizontally; false to flip vertically.
horizontal
true to flip horizontally; false to flip vertically.
Flips this RasterImage by changing the RasterImage.ViewPerspective.

Syntax

Visual Basic (Declaration) 
Public Overridable Sub FlipViewPerspective( _
   ByVal horizontal As Boolean _
) 
Visual Basic (Usage)Copy Code
Dim instance As RasterImage
Dim horizontal As Boolean
 
instance.FlipViewPerspective(horizontal)
C# 
public virtual void FlipViewPerspective( 
   bool horizontal
)
C++/CLI 
public:
virtual void FlipViewPerspective( 
   bool horizontal
) 

Parameters

horizontal
true to flip horizontally; false to flip vertically.

Example

For an example, refer to Width.

Remarks

This method achieves fast flipping by changing only the RasterImage.ViewPerspective. This RasterImage data is not changed.

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