macOS/iOS API解説

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

目次

CIFilterShape

unionWithRect:

** -(CIFilterShape *)unionWithRect:(CGRect)rect: 解説 調査中... 返り値 ( CIFilterShape * ) なし 引数 ( CGRect )rect フレームワーク QuartzCore クラス CIFilterShape Instance Methods 使用可能 10.4 参照 例文

unionWith:

** -(CIFilterShape *)unionWith:(CIFilterShape *)s2: 解説 調査中... 返り値 ( CIFilterShape * ) なし 引数 ( CIFilterShape * )s2 フレームワーク QuartzCore クラス CIFilterShape Instance Methods 使用可能 10.4 参照 例文

transformBy:interior:

** -(CIFilterShape *)transformBy:(CGAffineTransform)m: interior:(BOOL)flag: 解説 調査中... 返り値 ( CIFilterShape * ) なし 引数 ( CGAffineTransform )m ( BOOL )flag フレームワーク QuartzCore クラス CIFilterShape Instance Methods 使用可能 10…

intersectWithRect:

** -(CIFilterShape *)intersectWithRect:(CGRect)rect: 解説 調査中... 返り値 ( CIFilterShape * ) なし 引数 ( CGRect )rect フレームワーク QuartzCore クラス CIFilterShape Instance Methods 使用可能 10.4 参照 例文

intersectWith:

** -(CIFilterShape *)intersectWith:(CIFilterShape *)s2: 解説 調査中... 返り値 ( CIFilterShape * ) なし 引数 ( CIFilterShape * )s2 フレームワーク QuartzCore クラス CIFilterShape Instance Methods 使用可能 10.4 参照 例文

insetByX:Y:

** -()insetByX:(int)dx: Y:(int)dy: 解説 調査中... 返り値 引数 ( int )dx ( int )dy フレームワーク QuartzCore クラス CIFilterShape Instance Methods 使用可能 10.4 参照 例文

initWithRect:

** -(id)initWithRect:(CGRect)r: 解説 調査中... 返り値 ( id ) オブジェクト() 引数 ( CGRect )r フレームワーク QuartzCore クラス CIFilterShape Instance Methods 使用可能 10.4 参照 例文

shapeWithRect:

** +(CGRect)shapeWithRect:(CGRect)r: 解説 調査中... 返り値 ( CGRect ) なし 引数 ( CGRect )r フレームワーク QuartzCore クラス CIFilterShape Class Methods 使用可能 10.4 参照 例文