C# Класс ImageMagick.ConnectedComponent

Encapsulation of the ImageMagick connected component object.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
ConnectedComponent ( IntPtr instance ) : System
Create ( IntPtr list, int length ) : IEnumerable
DisposeList ( IntPtr list ) : void

Описание методов

ToGeometry() публичный метод

Returns the geometry of the area of this connected component.
public ToGeometry ( ) : MagickGeometry
Результат MagickGeometry

ToGeometry() публичный метод

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.
Результат MagickGeometry