C# 클래스 ImageMagick.DrawablePolyline

Draws a polyline using the current stroke, stroke width, and fill color or texture, using the specified array of coordinates.
상속: IDrawable
파일 보기 프로젝트 열기: dlemstra/Magick.NET

공개 메소드들

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

Initializes a new instance of the DrawablePolyline class.

DrawablePolyline ( IEnumerable coordinates ) : System.Collections.Generic

Initializes a new instance of the DrawablePolyline class.

비공개 메소드들

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

Draws this instance with the drawing wand.

메소드 상세

DrawablePolyline() 공개 메소드

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

DrawablePolyline() 공개 메소드

Initializes a new instance of the DrawablePolyline class.
public DrawablePolyline ( IEnumerable coordinates ) : System.Collections.Generic
coordinates IEnumerable The coordinates.
리턴 System.Collections.Generic