C# Class ImageMagick.OffsetInfo.NativeOffsetInfo

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

Public Methods

Method Description
NativeOffsetInfo ( ) : System
SetX ( int value ) : void
SetY ( int 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

NativeOffsetInfo() public method

public NativeOffsetInfo ( ) : System
return System

SetX() public method

public SetX ( int value ) : void
value int
return void

SetY() public method

public SetY ( int value ) : void
value int
return void