C# 클래스 ImageProcessor.Imaging.Helpers.GraphicsHelper

The graphics helper.
파일 보기 프로젝트 열기: JimBobSquarePants/ImageProcessor

공개 메소드들

메소드 설명
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