C# 클래스 ImageMagick.DrawablePath

Draws a set of paths
상속: IDrawable
파일 보기 프로젝트 열기: dlemstra/Magick.NET

공개 메소드들

메소드 설명
DrawablePath ( ) : System.Collections.Generic

Initializes a new instance of the DrawablePath class.

DrawablePath ( IEnumerable paths ) : System.Collections.Generic

Initializes a new instance of the DrawablePath class.

비공개 메소드들

메소드 설명
IDrawable ( IDrawingWand wand ) : void

Draws this instance with the drawing wand.

메소드 상세

DrawablePath() 공개 메소드

Initializes a new instance of the DrawablePath class.
public DrawablePath ( ) : System.Collections.Generic
리턴 System.Collections.Generic

DrawablePath() 공개 메소드

Initializes a new instance of the DrawablePath class.
public DrawablePath ( IEnumerable paths ) : System.Collections.Generic
paths IEnumerable The paths to use.
리턴 System.Collections.Generic