macOS/iOS API解説

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

目次

CISampler

initWithImage:options:

** -()initWithImage:(CIImage *)im: options:(NSDictionary *)dict: 解説 調査中... 返り値 引数 ( CIImage * )im ( NSDictionary * )dict フレームワーク QuartzCore クラス CISampler Instance Methods 使用可能 10.4 参照 例文

initWithImage:keysAndValues:

** -()initWithImage:(CIImage *)im: keysAndValues:()key0, ...: 解説 調査中... 返り値 引数 ( CIImage * )im ( )key0, ... フレームワーク QuartzCore クラス CISampler Instance Methods 使用可能 10.4 参照 例文

initWithImage:

** -()initWithImage:(CIImage *)im: 解説 画像オブジェクトでサンプラーを初期化します。 返り値 引数 ( CIImage * )im フレームワーク QuartzCore クラス CISampler Instance Methods 使用可能 10.4 参照 例文

extent

** 解説 サンプラーの広がりを指定する矩形を得ます。 返り値 ( CGRect ) なし 引数 フレームワーク QuartzCore クラス CISampler Instance Methods 使用可能 10.4 参照 例文

definition

** 解説 サンプラーの定義のドメイン(DOD)を得ます。 返り値 ( CIFilterShape * ) サンプラーの定義のドメイン(DOD) 引数 フレームワーク QuartzCore クラス CISampler Instance Methods 使用可能 10.4 参照 例文

samplerWithImage:options:

** +(CISampler *)samplerWithImage:(CIImage *)im: options:(NSDictionary *)dict: 解説 オプションとして辞書を使いサンプラーを作ります。 返り値 ( CISampler * ) なし 引数 ( CIImage * )im ( NSDictionary * )dict フレームワーク QuartzCore クラス C…

samplerWithImage:keysAndValues:

** +(CISampler *)samplerWithImage:(CIImage *)im: keysAndValues:()key0, ...: 解説 キーバリューペアとして指定するオプションを使って画像に参照を付けるサンプラーを作ります。 返り値 ( CISampler * ) サンプラー 引数 ( CIImage * )im ( )key0, ... …

samplerWithImage:

** +(CISampler *)samplerWithImage:(CIImage *)im: 解説 画像のリファレンスサンプラーを作ります。 返り値 ( CISampler * ) なし 引数 ( CIImage * )im フレームワーク QuartzCore クラス CISampler Class Methods 使用可能 10.4 参照 例文