C# Класс ImageProcessor.Imaging.Helpers.GraphicsHelper

The graphics helper.
Показать файл Открыть проект

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

Метод Описание
SetGraphicsOptions ( Graphics graphics, bool blending = false ) : void

Set the default graphics options for drawing an image.

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

SetGraphicsOptions() публичный статический Метод

Set the default graphics options for drawing an image.
public static SetGraphicsOptions ( Graphics graphics, bool blending = false ) : void
graphics System.Drawing.Graphics The graphics.
blending bool Whether the graphics object will be blending pixels.
Результат void