English

Draw Shapes in C#: Lines, Arcs, Ellipses, and Rectangles

It is often required to create different graphical objects by drawing the shapes including circles, lines, rectangles, etc. These shapes could also be used for the annotation of the images. In this article, you will learn how to draw different shapes programmatically in C#. We will demonstrate how to draw lines, ellipses, arcs, and rectangles and generate their images.
December 6, 2022 · 4 min · Usman Aziz

Blur Images Programmatically in C#

When working with image manipulation, you may often need to edit the images by applying different filters/effects. Among various other effects, the blurring effect is commonly used to fade away the objects in an image. In this article, you will learn how to blur an image programmatically in C#.
October 18, 2022 · 2 min · Usman Aziz