B4X:
Gradient1.Initialize(10, Height)
Gradient1.FillGradient(Clrs, Gradient1.TargetRect, Orientation)
Brush1 = Gradient1.CreateBrushFromBitmapCreator(Gradient1)
bc1.Initialize(Width, Height) 'First Square
bc1.DrawRectRounded2(bc1.TargetRect, Brush1, True, 0, Radius)
'Now i need to draw another DrawRectRounded2 but height and width is
'smaller. I need 2 Rounded Square in bc1.
'How to add second Square?
How to add the second square?