C# Class ImageProcessor.Imaging.Helpers.GraphicsHelper

The graphics helper.
ファイルを表示 Open project: JimBobSquarePants/ImageProcessor

Public Methods

Method Description
SetGraphicsOptions ( Graphics graphics, bool blending = false ) : void

Set the default graphics options for drawing an image.

Method Details

SetGraphicsOptions() public static method

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.
return void