C# 클래스 ImageMagick.DrawableStrokeAntialias

Encapsulation of the DrawableStrokeAntialias object.
상속: IDrawableStrokeAntialias
파일 보기 프로젝트 열기: dlemstra/Magick.NET

공개 메소드들

메소드 설명
DrawableStrokeAntialias ( bool isEnabled )

Initializes a new instance of the DrawableStrokeAntialias class.

IDrawable ( IDrawingWand wand ) : void

Draws this instance with the drawing wand.

메소드 상세

DrawableStrokeAntialias() 공개 메소드

Initializes a new instance of the DrawableStrokeAntialias class.
public DrawableStrokeAntialias ( bool isEnabled )
isEnabled bool True if stroke antialiasing is enabled otherwise false.

IDrawable() 공개 메소드

Draws this instance with the drawing wand.
public IDrawable ( IDrawingWand wand ) : void
wand IDrawingWand The want to draw on.
리턴 void