mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 04:40:48 +00:00
* Source/NSImage.m: Implement
-[NSImage drawInRect:fromRect:operation:fraction:respectFlipped:hints: git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@33571 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
4e36d04d40
commit
97e9d3bda8
3 changed files with 59 additions and 0 deletions
|
@ -353,6 +353,17 @@ typedef enum {
|
|||
fraction: (float)delta;
|
||||
#endif
|
||||
|
||||
#if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST)
|
||||
|
||||
- (void) drawInRect: (NSRect)dstRect
|
||||
fromRect: (NSRect)srcRect
|
||||
operation: (NSCompositingOperation)op
|
||||
fraction: (float)delta
|
||||
respectFlipped: (BOOL)respectFlipped
|
||||
hints: (NSDictionary*)hints;
|
||||
|
||||
#endif
|
||||
|
||||
//
|
||||
// Determining How the Image is Drawn
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue