Leadtools Namespace > RasterImage Class : FlipViewPerspective Method |
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 )
-(BOOL)flipViewPerspective:(BOOL)horizontal error:(NSError**)outError;
public void flipViewPerspective(boolean horizontal)
function Leadtools.RasterImage.FlipViewPerspective( horizontal )
public: void FlipViewPerspective( bool horizontal )
((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.