レシーバーが指定した点を含むかどうかを示すブール値を返します。
-(BOOL)pointInside:(CGPoint)point withEvent:(UIEvent *)event
解説
返り値
( BOOL )
引数
( CGPoint )point
( UIEvent * )event
フレームワーク
UIKit
クラス
UIView
Instance Methods
使用可能
iPhone2.0
-(BOOL)pointInside:(CGPoint)point withEvent:(UIEvent *)event
( BOOL )
( CGPoint )point
( UIEvent * )event
UIKit
UIView
iPhone2.0