C# 클래스 ImageMagick.PointInfoCollection.NativePointInfoCollection

상속: NativeInstance
파일 보기 프로젝트 열기: dlemstra/Magick.NET

공개 메소드들

메소드 설명
NativePointInfoCollection ( int length ) : System
Set ( int index, double x, double y ) : void

보호된 메소드들

메소드 설명
Dispose ( IntPtr instance ) : void

메소드 상세

Dispose() 보호된 메소드

protected Dispose ( IntPtr instance ) : void
instance System.IntPtr
리턴 void

NativePointInfoCollection() 공개 메소드

public NativePointInfoCollection ( int length ) : System
length int
리턴 System

Set() 공개 메소드

public Set ( int index, double x, double y ) : void
index int
x double
y double
리턴 void