C# Класс ImageProcessor.Processors.RoundedCorners

Encapsulates methods to add rounded corners to an image.
Наследование: IGraphicsProcessor
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ProcessImage ( ImageFactory factory ) : Image

Processes the image.

RoundedCorners ( ) : System

Initializes a new instance of the RoundedCorners class.

Приватные методы

Метод Описание
RoundCornerImage ( Image image, int cornerRadius, bool topLeft = false, bool topRight = false, bool bottomLeft = false, bool bottomRight = false ) : Bitmap

Adds rounded corners to the image

Описание методов

ProcessImage() публичный Метод

Processes the image.
public ProcessImage ( ImageFactory factory ) : Image
factory ImageFactory /// The current instance of the class containing /// the image to process. ///
Результат Image

RoundedCorners() публичный Метод

Initializes a new instance of the RoundedCorners class.
public RoundedCorners ( ) : System
Результат System