B4A Library Oblique

This is a wrap for this Github project.

Oblique
Version:
1
  • ObliqueView
    Fields:
    • ba As BA
    Methods:
    • BringToFront
    • DesignerCreateView (base As PanelWrapper, lw As LabelWrapper, props As Map)
    • Initialize (EventName As String)
    • Invalidate
    • Invalidate2 (arg0 As Rect)
    • Invalidate3 (arg0 As Int, arg1 As Int, arg2 As Int, arg3 As Int)
    • IsInitialized As Boolean
    • RemoveView
    • RequestFocus As Boolean
    • SendToBack
    • SetBackgroundImage (arg0 As Bitmap)
    • SetColorAnimated (arg0 As Int, arg1 As Int, arg2 As Int)
    • SetLayout (arg0 As Int, arg1 As Int, arg2 As Int, arg3 As Int)
    • SetLayoutAnimated (arg0 As Int, arg1 As Int, arg2 As Int, arg3 As Int, arg4 As Int)
    • SetVisibleAnimated (arg0 As Int, arg1 As Boolean)
    • setupBitmap (imageView As ImageView, width As Float, height As Float)
    Properties:
    • AdjustViewBounds As Boolean [write only]
    • Background As Drawable
    • BaseColor As Int [write only]
    • CENTER_CROP As ScaleType [read only]
    • Color As Int [write only]
    • Enabled As Boolean
    • EndAngle As Float [write only]
    • FIT_XY As ScaleType [read only]
    • Height As Int
    • ImageBitmap As Bitmap [write only]
    • ImageDrawable As Drawable [write only]
    • ImageResource As String [write only]
    • ImageURI As String [write only]
    • Left As Int
    • Padding()() As Int
    • Parent As Object [read only]
    • ScaleType As ScaleType [write only]
    • StartAngle As Float [write only]
    • Tag As Object
    • Top As Int
    • Visible As Boolean
    • Width As Int

Some example-Pictures from the Github-Page

media_0.png four.png three.png two.png one.png
 

Attachments

  • ObliqueEx.zip
    8 KB · Views: 341
  • ObliqueV1.0.zip
    8.8 KB · Views: 345
  • res.Oblique.zip
    239.6 KB · Views: 347

DonManfred

Expert
Licensed User
Longtime User

Star-Dust

Expert
Licensed User
Longtime User
I did not want to make negative comments about anyone.
But to show appreciation for Don Manfred. I'm sorry if I offended someone with my comments. I understand that time is devoted to creating new libraries.

I deleted the comments that created disappointment.
 

Husam

Member
Licensed User
B4X:
obliqueView.setCornerRadius(15);
obliqueView.setShadow(10);

does this functionality available here ?
 
Top