representedObject
マーカーについているオブジェクトを返します
解説
マーカーについているオブジェクトを返します。
返り値
( id <NSCopying> )
オブジェクト
引数
フレームワーク
ApplicationKit
クラス
NSRulerMarker
Instance Methods
使用可能
10.0
参照
- setRepresentedObject:
例文
NSLog([NSString stringWithFormat:@"representedObject %@",[bottomMarker representedObject]]);