- horizontal
- true to flip horizontally, false to flip vertically.
Visual Basic (Declaration) | |
---|---|
Public Sub FlipViewPerspective( _ ByVal horizontal As Boolean _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As RasterImage Dim horizontal As Boolean instance.FlipViewPerspective(horizontal) |
C# | |
---|---|
public void FlipViewPerspective( bool horizontal ) |
C++/CLI | |
---|---|
public: void FlipViewPerspective( bool horizontal ) |
Parameters
- horizontal
- true to flip horizontally, false to flip vertically.
For an example, refer to RasterImage.Changed.
((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.
Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only), Windows Phone 7