macOS/iOS API解説

iOS , Mac アプリケーション開発のために使われる主要フレームワークの日本語情報です。2010年代に書かれた内容です。今後更新はありません。

目次

NSDrawBitmap

使用されません
void  NSDrawBitmap ( 
       const    rect , 
       int   pixelsWide , 
       int   pixelsHigh , 
       int   bitsPerSample , 
       int   samplesPerPixel , 
       int   bitsPerPixel , 
       int   bytesPerRow , 
       BOOL   isPlanar , 
       BOOL   hasAlpha , 
       NSColorSpace   colorSpace , 
       const unsigned char *   const data[5] );

解説

この関数は将来使用されません。ビットマップの操作はNSBitmapImageRepを使用します。

返り値

引数

( const  )rect
( int )pixelsWide
( int )pixelsHigh
( int )bitsPerSample
( int )samplesPerPixel
( int )bitsPerPixel
( int )bytesPerRow
( BOOL )isPlanar
( BOOL )hasAlpha
( NSColorSpace )colorSpace
( const unsigned char * )const data[5]

フレームワーク

ApplicationKit

クラス

NSDrawBitmap

Function

使用可能

10.0

参照

例文

//ありません