C# 클래스 ImageMagick.DrawableStrokePatternUrl

Sets the pattern used for stroking object outlines. Only local URLs("#identifier") are supported at this time. These local URLs are normally created by defining a named stroke pattern with DrawablePushPattern/DrawablePopPattern.
상속: IDrawable
파일 보기 프로젝트 열기: dlemstra/Magick.NET

Private Properties

프로퍼티 타입 설명
DrawableStrokePatternUrl System.Diagnostics.CodeAnalysis

공개 메소드들

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

Draws this instance with the drawing wand.

비공개 메소드들

메소드 설명
DrawableStrokePatternUrl ( string url ) : System.Diagnostics.CodeAnalysis

메소드 상세

IDrawable() 공개 메소드

Draws this instance with the drawing wand.
public IDrawable ( IDrawingWand wand ) : void
wand IDrawingWand The want to draw on.
리턴 void