containsPoint:
**
-(BOOL)containsPoint:(CGPoint)thePoint:
解説
指定した点がレシーバーに含まれるかを返します。
返り値
( BOOL )
レイヤーの内容に点が含まれるならYESを返します。
引数
( CGPoint )thePoint
フレームワーク
CoreAnimation
クラス
LKLayer
Instance Methods
使用可能
10.5
-(BOOL)containsPoint:(CGPoint)thePoint:
指定した点がレシーバーに含まれるかを返します。
( BOOL )
レイヤーの内容に点が含まれるならYESを返します。
( CGPoint )thePoint
CoreAnimation
LKLayer
10.5