# Work with Graphics

DsImaging allows you to draw and fill shape, clip region, align image, and reposition an image.

## Content

Graphics are visual elements that can be displayed in the form of different shapes, lines, curves or images. Additionally, graphics can be composed of paths as well. A graphic path is a sequence of connected lines and curves which work as a single graphics object. DsImaging allows you to draw these shapes and graphics path using GcGraphics class methods.
In this section, you learn how to work with the following:

* [Draw and Fill Shapes](/document-solutions/dot-net-imaging-api/docs/online/features/workwithgraphics/drawandfill)
* [Clip Region](/document-solutions/dot-net-imaging-api/docs/online/features/workwithgraphics/clipimage)
* [Align Image](/document-solutions/dot-net-imaging-api/docs/online/features/workwithgraphics/alignimage)
* [Add Matrix Transformation](/document-solutions/dot-net-imaging-api/docs/online/features/workwithgraphics/matrixtransformation)
* [Add Transparency Layer](/document-solutions/dot-net-imaging-api/docs/online/features/workwithgraphics/add-transparency-layer)
* [Interpolation Mode](/document-solutions/dot-net-imaging-api/docs/online/features/workwithgraphics/InterpolationMode)
* [Add Shadow](/document-solutions/dot-net-imaging-api/docs/online/features/workwithgraphics/AddShadow)
* [Add Glow and Soft Edges](/document-solutions/dot-net-imaging-api/docs/online/features/workwithgraphics/AddGlowandSoftEdges)