markerLocation
マーカーの場所を返します
解説
マーカーの場所を返します。
返り値
( float )
場所
引数
フレームワーク
ApplicationKit
クラス
NSRulerMarker
Instance Methods
使用可能
10.0
参照
- setMarkerLocation:
例文
NSLog([NSString stringWithFormat:@"markerLocation %f",[bottomMarker markerLocation]]);