/headers/OfficeImport/MFCocoaPen.h

gehe zur Dokumentation dieser Datei
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/MFPen.h>
00008 
00009 @interface MFCocoaPen : MFPen
00010 {
00011     float m_PixelSize;
00012 }
00013 
00014 + (id)penWithStyle:(int)fp8 width:(long)fp12 colour:(id)fp16 styleArray:(double *)fp20 LPToDPTransform:(id)fp24;
00015 - (id)initWithStyle:(int)fp8 width:(long)fp12 colour:(id)fp16 styleArray:(double *)fp20;
00016 - (void)applyDashedLinesToPath:(id)fp8;
00017 - (void)applyLineJoinStyleToPath:(id)fp8:(id)fp12;
00018 - (void)applyLineCapStyleToPath:(id)fp8;
00019 - (void)strokePath:(id)fp8:(id)fp12;
00020 
00021 @end
00022