C# 클래스 ImageMagick.DrawablePolygon

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

공개 메소드들

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

Initializes a new instance of the DrawablePolygon class.

DrawablePolygon ( IEnumerable coordinates ) : System.Collections.Generic

Initializes a new instance of the DrawablePolygon class.

비공개 메소드들

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

Draws this instance with the drawing wand.

메소드 상세

DrawablePolygon() 공개 메소드

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

DrawablePolygon() 공개 메소드

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