C# 클래스 MonoMac.ImageIO.CGImageSource

상속: INativeObject, IDisposable
파일 보기 프로젝트 열기: kangaroo/maccore 1 사용 예제들

공개 메소드들

메소드 설명
CreateImageAtIndex ( CGImageSource isrc, int index, NSDictionary options ) : CGImage
CreateWithURL ( NSUrl url, NSDictionary options ) : CGImageSource
Dispose ( ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
CGImageSource ( IntPtr handle ) : System
CGImageSource ( IntPtr handle, bool owns ) : System
CGImageSourceCreateImageAtIndex ( IntPtr isrc, int index, IntPtr options ) : IntPtr
CGImageSourceCreateWithURL ( IntPtr url, IntPtr options ) : IntPtr

메소드 상세

CreateImageAtIndex() 공개 정적인 메소드

public static CreateImageAtIndex ( CGImageSource isrc, int index, NSDictionary options ) : CGImage
isrc CGImageSource
index int
options NSDictionary
리턴 MonoMac.CoreGraphics.CGImage

CreateWithURL() 공개 정적인 메소드

public static CreateWithURL ( NSUrl url, NSDictionary options ) : CGImageSource
url MonoMac.Foundation.NSUrl
options NSDictionary
리턴 CGImageSource

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void