C# Class ImageMagick.ConnectedComponent

Encapsulation of the ImageMagick connected component object.
Afficher le fichier Open project: dlemstra/Magick.NET Class Usage Examples

Méthodes publiques

Méthode 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

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

Method Details

ToGeometry() public méthode

Returns the geometry of the area of this connected component.
public ToGeometry ( ) : MagickGeometry
Résultat MagickGeometry

ToGeometry() public méthode

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.
Résultat MagickGeometry