LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

FlipViewPerspective Method






true to flip horizontally, false to flip vertically.
Flips this RasterImage image by changing its ViewPerspective. .NET support Silverlight support WinRT support
Syntax
public void FlipViewPerspective( 
   bool horizontal
)
'Declaration
 
Public Sub FlipViewPerspective( _
   ByVal horizontal As Boolean _
) 
'Usage
 
Dim instance As RasterImage
Dim horizontal As Boolean
 
instance.FlipViewPerspective(horizontal)
public void FlipViewPerspective( 
   bool horizontal
)
 function Leadtools.RasterImage.FlipViewPerspective( 
   horizontal 
)
public:
void FlipViewPerspective( 
   bool horizontal
) 

Parameters

horizontal
true to flip horizontally, false to flip vertically.
Remarks

((Document/Medical only) only).

This method achieves fast flip by changing only the ViewPerspective.

After using this method, you can reverse the result by restoring the original ViewPerspective.

Some methods must account for the view perspective. For more information refer to Accounting for View Perspective.

For more information, refer to Introduction to Image Processing With LEADTOOLS.

Example
For an example, refer to Changed.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RasterImage Class
RasterImage Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.