B4A Library FlipImageView

Hi Guys here is another little lib for B4A.

In this lib. include a demo and library so copy the lib in your B4A library and run the demo.


Just follow the demo to understand how it is easy now.


FlipImageView
Author:
Giuseppe Salvi
Version: 2
  • FlipImageView
    Events:
    • FlipClick
    • FlipEnd
    • FlipStart
    Methods:
    • Initialize (EventName As String)
    • IsInitialized As Boolean
    • isAnimated As Boolean
      return is Animated
    • isFlipped As Boolean
      return is Flipped
    • isFlipping As Boolean
      return is Flipping
    • isRotationReversed As Boolean
      return Rotation is Reversed
    • isRotationXEnabled As Boolean
      return isRotation X is Enabled
    • isRotationYEnabled As Boolean
      return Rotation Y is Enabled
    • isRotationZEnabled As Boolean
      return Rotation Z is Enabled
    Properties:
    • Animated As Boolean [write only]
      Set animated
    • DrawingCacheEnabled As Boolean [write only]
      Enables or disables the drawing cache.
    • DrawingCacheQuality As Boolean [write only]
      Set the drawing cache quality of this view.
    • Duration As Int [write only]
      Set duration
    • Flipped As Boolean [write only]
      Set Flipped
    • FlippedBitmap As Bitmap [write only]
      Set Flipped Bitmap
    • Height As Int [read only]
      return height
    • ImageBitmap As Bitmap [write only]
      Set Front bitmap
    • Interpolator As Interpolator [write only]
      Set Interpolator
    • RotationReversed As Boolean [write only]
      Set Rotation Reversed
    • RotationXEnabled As Boolean [write only]
      Set Rotation X Enabled
    • RotationYEnabled As Boolean [write only]
      Set Rotation Y Enabled
    • RotationZEnabled As Boolean [write only]
      Set Rotation Z Enabled
    • Width As Int [read only]
      return width
 

Attachments

  • FlipImageView.zip
    177 KB · Views: 838
  • FlipImageView Lib v2.1.zip
    12.3 KB · Views: 658
Last edited:

Randy Younger

Member
Licensed User
Hi Guys here is another little lib for B4A.

In this lib. include a demo and library so copy the lib in your B4A library and run the demo.


Just follow the demo to understand how it is easy now.


FlipImageView
Author:
Giuseppe Salvi
Version: 2
  • FlipImageView
    Events:
    • FlipClick
    • FlipEnd
    • FlipStart
  • Methods:
    • Initialize (EventName As String)
    • IsInitialized As Boolean
    • isAnimated As Boolean
      return is Animated
    • isFlipped As Boolean
      return is Flipped
    • isFlipping As Boolean
      return is Flipping
    • isRotationReversed As Boolean
      return Rotation is Reversed
    • isRotationXEnabled As Boolean
      return isRotation X is Enabled
    • isRotationYEnabled As Boolean
      return Rotation Y is Enabled
    • isRotationZEnabled As Boolean
      return Rotation Z is Enabled
  • Properties:
    • Animated As Boolean [write only]
      Set animated
    • DrawingCacheEnabled As Boolean [write only]
      Enables or disables the drawing cache.
    • DrawingCacheQuality As Boolean [write only]
      Set the drawing cache quality of this view.
    • Duration As Int [write only]
      Set duration
    • Flipped As Boolean [write only]
      Set Flipped
    • FlippedBitmap As Bitmap [write only]
      Set Flipped Bitmap
    • Height As Int [read only]
      return height
    • ImageBitmap As Bitmap [write only]
      Set Front bitmap
    • Interpolator As Interpolator [write only]
      Set Interpolator
    • RotationReversed As Boolean [write only]
      Set Rotation Reversed
    • RotationXEnabled As Boolean [write only]
      Set Rotation X Enabled
    • RotationYEnabled As Boolean [write only]
      Set Rotation Y Enabled
    • RotationZEnabled As Boolean [write only]
      Set Rotation Z Enabled
    • Width As Int [read only]
      return width
This is fantastic! Is there any way you could do this to rotate a cube with images???
 
Top