C# 클래스 ImageMagick.PathLineToAbs

Draws a line path from the current point to the given coordinate using absolute coordinates. The coordinate then becomes the new current point.
상속: IPath
파일 보기 프로젝트 열기: dlemstra/Magick.NET

공개 메소드들

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

Initializes a new instance of the PathLineToAbs class.

PathLineToAbs ( IEnumerable coordinates ) : System.Collections.Generic

Initializes a new instance of the PathLineToAbs class.

PathLineToAbs ( double x, double y ) : System.Collections.Generic

Initializes a new instance of the PathLineToAbs class.

비공개 메소드들

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

Draws this instance with the drawing wand.

메소드 상세

PathLineToAbs() 공개 메소드

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

PathLineToAbs() 공개 메소드

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

PathLineToAbs() 공개 메소드

Initializes a new instance of the PathLineToAbs class.
public PathLineToAbs ( double x, double y ) : System.Collections.Generic
x double The X coordinate.
y double The Y coordinate.
리턴 System.Collections.Generic