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
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
- 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
- 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
Last edited: