Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy

Ext.js image


May 09, 2021 Extjs



The drawing package in ExtJS enables you to draw generic graphics. /b10> This can be used for graphics that work on all browsers and mobile devices.

Number Drawing
1 Circle

This graphic is used to create a circle.

2 Rectangle

This graphic is used to create rectangular shapes.

3 Arc

This graphic is used to create arcs.

4 Ellipse

This graphic is used to create an oval shape.

5 EllipticalArc

This graphic is used to create an elliptical arc.

6 Image

This graphic is used to add images to the application.

7 Path

This graphic is used to create free paths.

8 Text

This graphic is used to add any text to the application.

9 Translate after render

This property is used to move the starting point in the container after rendering the drawing. /b10> It can be used with any graphic.

10 Rotation

This property is used to add rotations to the added graphic. /b10> It can be used with any graphic.

11 Square

This graphic is used to create a square.