B4A Library ShapeImageView

A wrapper for this GitHub library https://github.com/andyxialm/ShapeImageView




device-2016-01-04-173436.png



ShapeImageView
Author:
SMM
Version: 0.01
  • ShapeImageView
    Events:
    • click
    Fields:
    • ba As BA
    Methods:
    • BringToFront
    • 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)
    Properties:
    • Background As Drawable
    • BackgroundColor As Int [write only]
    • BorderColor As Int [write only]
    • BorderWidth As Int [write only]
    • BorderWidthPx As Int [write only]
    • Color As Int [write only]
    • Enabled As Boolean
    • Height As Int
    • Left As Int
    • Parent As Object [read only]
    • Radius As Int [write only]
    • RadiusPx As Int [write only]
    • SHAPE_CIRCLE As String [read only]
    • SHAPE_RECT As String [read only]
    • SHAPE_ROUND_RECT As String [read only]
    • ShapeType As String [write only]
      Use String fields like myshapeimageview.SHAPE_CIRCLE
    • Tag As Object
    • Text As String
    • TextColor As Int [write only]
    • TextSize As Int [write only]
    • TextStyle As Int [write only]
    • Top As Int
    • Typeface As Typeface [write only]
    • Visible As Boolean
    • Width As Int
 

Attachments

  • ShapeImageView.zip
    10.8 KB · Views: 254
Top