DrawKit
Vector and illustration framework for Mac OS X
|
Instance Methods | |
(BOOL) | - moveObjectTo:position:slope:userInfo: |
(id) | - placeLinkFromPoint:toPoint:onPath:linkNumber:userInfo: |
(id) | - placeObjectAtPoint:onPath:position:slope:userInfo: |
- (BOOL) moveObjectTo: | (NSPoint) | p | |
position: | (CGFloat) | pos | |
slope: | (CGFloat) | slope | |
userInfo: | (id) | userInfo | |
- (id) placeLinkFromPoint: | (NSPoint) | pa | |
toPoint: | (NSPoint) | pb | |
onPath: | (NSBezierPath *) | path | |
linkNumber: | (NSInteger) | lkn | |
userInfo: | (void *) | userInfo | |