C# Class ImageMagick.DrawingSettings.NativeDrawingSettings

Inheritance: NativeInstance
Show file Open project: dlemstra/Magick.NET

Public Methods

Method Description
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

Protected Methods

Method Description
Dispose ( IntPtr instance ) : void

Method Details

Dispose() protected method

protected Dispose ( IntPtr instance ) : void
instance System.IntPtr
return void

NativeDrawingSettings() public method

public NativeDrawingSettings ( ) : System
return System

SetAffine() public method

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
return void

SetFillPattern() public method

public SetFillPattern ( MagickImage value ) : void
value MagickImage
return void

SetStrokeDashArray() public method

public SetStrokeDashArray ( double dash, int length ) : void
dash double
length int
return void

SetStrokePattern() public method

public SetStrokePattern ( MagickImage value ) : void
value MagickImage
return void

SetText() public method

public SetText ( string value ) : void
value string
return void