C# Class ImageMagick.PointInfoCollection.NativePointInfoCollection

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

Public Methods

Method Description
NativePointInfoCollection ( int length ) : System
Set ( int index, double x, double y ) : void

Protected Methods

Method Description
Dispose ( IntPtr instance ) : void

Method Details

Dispose() protected method

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

NativePointInfoCollection() public method

public NativePointInfoCollection ( int length ) : System
length int
return System

Set() public method

public Set ( int index, double x, double y ) : void
index int
x double
y double
return void