C# 클래스 ImageMagick.DrawableBezier

Draws a bezier curve through a set of points on the image.
상속: IDrawable
파일 보기 프로젝트 열기: dlemstra/Magick.NET

공개 메소드들

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

Initializes a new instance of the DrawableBezier class.

DrawableBezier ( IEnumerable coordinates ) : System.Collections.Generic

Initializes a new instance of the DrawableBezier class.

비공개 메소드들

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

Draws this instance with the drawing wand.

메소드 상세

DrawableBezier() 공개 메소드

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

DrawableBezier() 공개 메소드

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