C# Class ImageProcessor.Imaging.Helpers.GraphicsHelper

The graphics helper.
Afficher le fichier Open project: JimBobSquarePants/ImageProcessor

Méthodes publiques

Méthode Description
SetGraphicsOptions ( Graphics graphics, bool blending = false ) : void

Set the default graphics options for drawing an image.

Method Details

SetGraphicsOptions() public static méthode

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.
Résultat void