C# 클래스 ImageMagick.PathLineToRel

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

공개 메소드들

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

Initializes a new instance of the PathLineToRel class.

PathLineToRel ( IEnumerable coordinates ) : System.Collections.Generic

Initializes a new instance of the PathLineToRel class.

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

Initializes a new instance of the PathLineToRel class.

비공개 메소드들

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

Draws this instance with the drawing wand.

메소드 상세

PathLineToRel() 공개 메소드

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

PathLineToRel() 공개 메소드

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

PathLineToRel() 공개 메소드

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