C# Class ImageMagick.DoubleMatrix.NativeDoubleMatrix

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

Public Methods

Method Description
NativeDoubleMatrix ( double values, int order ) : System

Protected Methods

Method Description
Dispose ( IntPtr instance ) : void

Method Details

Dispose() protected method

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

NativeDoubleMatrix() public method

public NativeDoubleMatrix ( double values, int order ) : System
values double
order int
return System