00001 /* 00002 * Generated by class-dump 3.1.1. 00003 * 00004 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard. 00005 */ 00006 00007 #import <OfficeImport/MFRegion.h> 00008 00009 @class NSBezierPathStub; 00010 00011 @interface MFCocoaRegion : MFRegion 00012 { 00013 NSBezierPathStub *m_path; 00014 struct _NSRect m_bounds; 00015 } 00016 00017 - (id)initWithRects:(id)fp8:(struct _NSRect)fp12:(id)fp28; 00018 - (id)initWithPath:(id)fp8:(struct _NSRect)fp12; 00019 - (void)dealloc; 00020 - (int)setClip:(id)fp8:(int)fp12; 00021 - (int)fill:(id)fp8:(id)fp12; 00022 - (int)frame:(id)fp8:(id)fp12; 00023 - (int)invert:(id)fp8; 00024 00025 @end 00026