MasicDraw
A designed to facilitate the creation of visually appealing, symmetrical mandala patterns
š§© MasicDraw
An extension for MIT App Inventor 2.This component is developed by th using Fast.
This component is designed to facilitate the creation of visually appealing, symmetrical mandala patterns.
It was developed by th using the Fast framework, ensuring a seamless integration with App Inventor projects.
The MasicDraw component offers a range of customization options, allowing users to tailor their mandala designs to suit their unique needs and preferences.
Telegram | GitHub
Blogger | YouTube
Find More Extension
Terms & Conditions
Specifications
Package: io.th.masicdraw.masicdraw
Size: 21.34 KB
Minimum API Level: 7
Updated On: 2025-03-27T18:30:00Z
Built & documented using: FAST v2.8.1
io.th.masicdraw.masicdraw.aix (21.3 KB)
masic_draw.aia (24.8 KB)
Find apk and more info on GitHub
Demo
Blocks
Events:
MasicDraw has total 4 events.
DrawingStarted
Drawing has started
DrawingChanged
Drawing has changed
DrawingEnded
Drawing has ended
OnSaveCompleted
Drawing has been saved, returns the file path
Parameter | Type |
---|---|
path | text |
Methods:
MasicDraw has total 16 methods.
Initialize
Initialize the Mandala View in a Layout
Parameter | Type |
---|---|
arrangement | component |
BackgroundColorRGB
Set background color using RGB values
Parameter | Type |
---|---|
red | number |
green | number |
blue | number |
BackgroundColorARGB
Set background color using ARGB values (with alpha transparency)
Parameter | Type |
---|---|
alpha | number |
red | number |
green | number |
blue | number |
TransparentBackground
Set transparent background
GradientBackground
Set gradient background. Example: SetGradientBackground(Color.RED, Color.BLUE, true)
Parameter | Type |
---|---|
startColor | number |
endColor | number |
isVertical | boolean |
Segments
Set the number of symmetrical segments (2-36)
Parameter | Type |
---|---|
count | number |
StrokeColor
Set the stroke color of the drawing
Parameter | Type |
---|---|
color | number |
StrokeWidth
Set the stroke width of the drawing (1-50)
Parameter | Type |
---|---|
width | number |
ClearCanvas
Clear the drawing
GradientMode
Enable or disable color gradient effect
Parameter | Type |
---|---|
enabled | boolean |
StrokeWidthRange
Set the range for dynamic stroke width
Parameter | Type |
---|---|
min | number |
max | number |
Undo
Undo last drawing action
Redo
Redo last undone action
SaveDrawing
Save current drawing to bitmap
BrushType
Set the brush type (NORMAL, LINE, DASHED, OIL, AIR, CURLY, PARTICLE, ROUNDED)
Parameter | Type |
---|---|
type | text |
BrushWidth
Set width for specific brush type (NORMAL, LINE, DASHED, OIL, AIR, CURLY, PARTICLE, ROUNDED)
Parameter | Type |
---|---|
type | text |
width | number |
Setters:
MasicDraw has total 5 setter properties.
BackgroundColor
Set background color of the pattern view
- Input type:
number
BackgroundAlpha
Set background alpha (transparency) value (0-255)
- Input type:
number
MirrorEnabled
Enable or disable mirror effect
- Input type:
boolean
RotationAngle
Set rotation angle of the mandala. Example: RotationAngle(45) sets the rotation angle to 45 degrees.
- Input type:
number
CustomFileName
Set custom filename for saving drawing
- Input type:
text
Getters:
MasicDraw has total 3 getter properties.
MirrorEnabled
Enable or disable mirror effect
- Return type:
boolean
RotationAngle
Set rotation angle of the mandala. Example: RotationAngle(45) sets the rotation angle to 45 degrees.
- Return type:
number
CustomFileName
Set custom filename for saving drawing
- Return type:
text
Helper:
Helpers has total 8 properties.
NORMAL
Option for NORMAL
Returns: NORMAL
Deprecated: false
LINE
Option for LINE
Returns: LINE
Deprecated: false
DASHED
Option for DASHED
Returns: DASHED
Deprecated: false
OIL
Option for OIL
Returns: OIL
Deprecated: false
AIR
Option for AIR
Returns: AIR
Deprecated: false
CURLY
Option for CURLY
Returns: CURLY
Deprecated: false
PARTICLE
Option for PARTICLE
Returns: PARTICLE
Deprecated: false
ROUNDED
Option for ROUNDED
Returns: ROUNDED
Deprecated: false
This Helpers documentation was generated using Akshat Developer's Documentation Generator.
Thanks
TechHamara