mirror of
				https://github.com/TermiT/Flycut.git
				synced 2025-10-31 16:43:09 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			18 lines
		
	
	
	
		
			474 B
		
	
	
	
		
			Objective-C
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
	
		
			474 B
		
	
	
	
		
			Objective-C
		
	
	
		
			Executable file
		
	
	
	
	
| //
 | |
| //  RoundRecBezierPath.h
 | |
| //  Jumpcut
 | |
| //
 | |
| //  Created by steve on Tue Dec 16 2003.
 | |
| //  Copyright (c) 2003 Steve Cook. All rights reserved.
 | |
| //
 | |
| //  This code is open-source software subject to the MIT License; see the homepage
 | |
| //  at <http://jumpcut.sourceforge.net/> for details.
 | |
| 
 | |
| #import <AppKit/AppKit.h>
 | |
| #import <AppKit/NSBezierPath.h>
 | |
| 
 | |
| @interface NSBezierPath (RoundRecBezierPath)
 | |
| 
 | |
| +(NSBezierPath*)bezierPathWithRoundRectInRect:(NSRect)aRect radius:(float)radius;
 | |
| 
 | |
| @end
 |