#import <UICompositeImageElement.h>
Abgeleitet von NSObject.
Öffentliche Methoden | |
| (id) | - initWithImage:toRect:fromRect:operation:fraction: |
| (void) | - dealloc |
| (void) | - draw |
Öffentliche, statische Methoden | |
| (id) | + elementWithImage:toRect:fromRect:operation:fraction: |
Geschützte Attribute | |
| UIImage * | m_image |
| struct CGRect | m_fromRect |
| struct CGRect | m_toRect |
| int | m_operation |
| float | m_fraction |
Definiert in Zeile 11 der Datei UICompositeImageElement.h.
| + (id) elementWithImage: | (id) | fp8 | ||
| toRect: | (struct CGRect) | fp12 | ||
| fromRect: | (struct CGRect) | fp28 | ||
| operation: | (int) | fp44 | ||
| fraction: | (float) | fp48 | ||
| - (id) initWithImage: | (id) | fp8 | ||
| toRect: | (struct CGRect) | fp12 | ||
| fromRect: | (struct CGRect) | fp28 | ||
| operation: | (int) | fp44 | ||
| fraction: | (float) | fp48 | ||
| - (void) dealloc |
Implementiert NSObject.
| - (void) draw |
Definiert in Zeile 13 der Datei UICompositeImageElement.h.
- (struct CGRect) m_fromRect [read, protected] |
Definiert in Zeile 14 der Datei UICompositeImageElement.h.
Definiert in Zeile 15 der Datei UICompositeImageElement.h.
- (int) m_operation [protected] |
Definiert in Zeile 16 der Datei UICompositeImageElement.h.
- (float) m_fraction [protected] |
Definiert in Zeile 17 der Datei UICompositeImageElement.h.