C# Class ImageMagick.ConnectedComponent

Encapsulation of the ImageMagick connected component object.
Show file Open project: dlemstra/Magick.NET Class Usage Examples

Public Methods

Method Description
ToGeometry ( ) : MagickGeometry

Returns the geometry of the area of this connected component.

ToGeometry ( int extent ) : MagickGeometry

Returns the geometry of the area of this connected component.

Private Methods

Method Description
ConnectedComponent ( IntPtr instance ) : System
Create ( IntPtr list, int length ) : IEnumerable
DisposeList ( IntPtr list ) : void

Method Details

ToGeometry() public method

Returns the geometry of the area of this connected component.
public ToGeometry ( ) : MagickGeometry
return MagickGeometry

ToGeometry() public method

Returns the geometry of the area of this connected component.
public ToGeometry ( int extent ) : MagickGeometry
extent int The number of pixels to extent the image with.
return MagickGeometry