C# 클래스 MonoMac.CoreGraphics.CGBitmapContext

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

공개 메소드들

메소드 설명
CGBitmapContext ( IntPtr data, int width, int height, int bitsPerComponent, int bytesPerRow, MonoMac.CoreGraphics.CGColorSpace colorSpace, CGImageAlphaInfo bitmapInfo ) : System
ToImage ( ) : CGImage

비공개 메소드들

메소드 설명
CGBitmapContext ( IntPtr handle, bool owns ) : System
CGBitmapContextCreate ( IntPtr data, UIntPtr width, UIntPtr height, UIntPtr bitsPerComponent, UIntPtr bytesPerRow, IntPtr colorSpace, uint bitmapInfo ) : IntPtr
CGBitmapContextCreateImage ( IntPtr c ) : IntPtr
CGBitmapContextGetAlphaInfo ( IntPtr cgContextRef ) : CGImageAlphaInfo
CGBitmapContextGetBitmapInfo ( IntPtr cgContextRef ) : uint
CGBitmapContextGetBitsPerComponent ( IntPtr cgContextRef ) : UIntPtr
CGBitmapContextGetBitsPerPixel ( IntPtr cgContextRef ) : UIntPtr
CGBitmapContextGetBytesPerRow ( IntPtr cgContextRef ) : UIntPtr
CGBitmapContextGetColorSpace ( IntPtr cgContextRef ) : IntPtr
CGBitmapContextGetData ( IntPtr cgContextRef ) : IntPtr
CGBitmapContextGetHeight ( IntPtr cgContextRef ) : UIntPtr
CGBitmapContextGetWidth ( IntPtr cgContextRef ) : UIntPtr

메소드 상세

CGBitmapContext() 공개 메소드

public CGBitmapContext ( IntPtr data, int width, int height, int bitsPerComponent, int bytesPerRow, MonoMac.CoreGraphics.CGColorSpace colorSpace, CGImageAlphaInfo bitmapInfo ) : System
data System.IntPtr
width int
height int
bitsPerComponent int
bytesPerRow int
colorSpace MonoMac.CoreGraphics.CGColorSpace
bitmapInfo CGImageAlphaInfo
리턴 System

ToImage() 공개 메소드

public ToImage ( ) : CGImage
리턴 CGImage