C# 클래스 ImageMagick.ConnectedComponent

Encapsulation of the ImageMagick connected component object.
파일 보기 프로젝트 열기: dlemstra/Magick.NET 1 사용 예제들

공개 메소드들

메소드 설명
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