C# 클래스 ImageMagick.DrawingSettings.NativeDrawingSettings

상속: NativeInstance
파일 보기 프로젝트 열기: dlemstra/Magick.NET

공개 메소드들

메소드 설명
NativeDrawingSettings ( ) : System
SetAffine ( double scaleX, double scaleY, double shearX, double shearY, double translateX, double translateY ) : void
SetFillPattern ( MagickImage value ) : void
SetStrokeDashArray ( double dash, int length ) : void
SetStrokePattern ( MagickImage value ) : void
SetText ( string value ) : void

보호된 메소드들

메소드 설명
Dispose ( IntPtr instance ) : void

메소드 상세

Dispose() 보호된 메소드

protected Dispose ( IntPtr instance ) : void
instance System.IntPtr
리턴 void

NativeDrawingSettings() 공개 메소드

public NativeDrawingSettings ( ) : System
리턴 System

SetAffine() 공개 메소드

public SetAffine ( double scaleX, double scaleY, double shearX, double shearY, double translateX, double translateY ) : void
scaleX double
scaleY double
shearX double
shearY double
translateX double
translateY double
리턴 void

SetFillPattern() 공개 메소드

public SetFillPattern ( MagickImage value ) : void
value MagickImage
리턴 void

SetStrokeDashArray() 공개 메소드

public SetStrokeDashArray ( double dash, int length ) : void
dash double
length int
리턴 void

SetStrokePattern() 공개 메소드

public SetStrokePattern ( MagickImage value ) : void
value MagickImage
리턴 void

SetText() 공개 메소드

public SetText ( string value ) : void
value string
리턴 void