Changeset 705 for trunk/ab5.0/ablib/src/Classes/System/Drawing/Graphics.ab
- Timestamp:
- Apr 9, 2009, 10:24:28 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/ablib/src/Classes/System/Drawing/Graphics.ab
r703 r705 7 7 Public 8 8 nativeImage As *GpImageAttributes 9 End Class10 Class Metafile11 Inherits Image12 9 End Class 13 10 Class Region … … 894 891 End Sub 895 892 896 Sub EnumerateMetafile(metafile As Metafile, ByRef destPoint As PointF,893 Sub EnumerateMetafile(metafile As Imaging.Metafile, ByRef destPoint As PointF, 897 894 callback As EnumerateMetafileProc, callbackData = 0 As VoidPtr, imageAttr = Nothing As ImageAttributes) 898 895 … … 906 903 End Sub 907 904 908 Sub EnumerateMetafile(metafile As Metafile, ByRef destPoint As Point,905 Sub EnumerateMetafile(metafile As Imaging.Metafile, ByRef destPoint As Point, 909 906 callback As EnumerateMetafileProc, callbackData = 0 As VoidPtr, imageAttr = Nothing As ImageAttributes) 910 907 … … 918 915 End Sub 919 916 920 Sub EnumerateMetafile(metafile As Metafile, ByRef destRect As RectangleF,917 Sub EnumerateMetafile(metafile As Imaging.Metafile, ByRef destRect As RectangleF, 921 918 callback As EnumerateMetafileProc, callbackData = 0 As VoidPtr, imageAttr = Nothing As ImageAttributes) 922 919 … … 930 927 End Sub 931 928 932 Sub EnumerateMetafile(metafile As Metafile, ByRef destRect As Rectangle,929 Sub EnumerateMetafile(metafile As Imaging.Metafile, ByRef destRect As Rectangle, 933 930 callback As EnumerateMetafileProc, callbackData = 0 As VoidPtr, imageAttr = Nothing As ImageAttributes) 934 931 … … 942 939 End Sub 943 940 944 Sub EnumerateMetafile(metafile As Metafile, destPoints As *PointF, count As Long,941 Sub EnumerateMetafile(metafile As Imaging.Metafile, destPoints As *PointF, count As Long, 945 942 callback As EnumerateMetafileProc, callbackData = 0 As VoidPtr, imageAttr = Nothing As ImageAttributes) 946 943 … … 954 951 End Sub 955 952 956 Sub EnumerateMetafile(metafile As Metafile, destPoints As *Point, count As Long,953 Sub EnumerateMetafile(metafile As Imaging.Metafile, destPoints As *Point, count As Long, 957 954 callback As EnumerateMetafileProc, callbackData = 0 As VoidPtr, imageAttr = Nothing As ImageAttributes) 958 955 … … 966 963 End Sub 967 964 968 Sub EnumerateMetafile(metafile As Metafile,965 Sub EnumerateMetafile(metafile As Imaging.Metafile, 969 966 ByRef destPoint As PointF, ByRef srcRect As RectangleF, srcUnit As GraphicsUnit, 970 967 callback As EnumerateMetafileProc, callbackData = 0 As VoidPtr, imageAttr = Nothing As ImageAttributes) … … 979 976 End Sub 980 977 981 Sub EnumerateMetafile(metafile As Metafile,978 Sub EnumerateMetafile(metafile As Imaging.Metafile, 982 979 ByRef destPoint As Point, ByRef srcRect As Rectangle, srcUnit As GraphicsUnit, 983 980 callback As EnumerateMetafileProc, callbackData = 0 As VoidPtr, imageAttr = Nothing As ImageAttributes) … … 992 989 End Sub 993 990 994 Sub EnumerateMetafile(metafile As Metafile,991 Sub EnumerateMetafile(metafile As Imaging.Metafile, 995 992 ByRef destRect As RectangleF, ByRef srcRect As RectangleF, srcUnit As GraphicsUnit, 996 993 callback As EnumerateMetafileProc, callbackData = 0 As VoidPtr, imageAttr = Nothing As ImageAttributes) … … 1005 1002 End Sub 1006 1003 1007 Sub EnumerateMetafile(metafile As Metafile,1004 Sub EnumerateMetafile(metafile As Imaging.Metafile, 1008 1005 ByRef destRect As Rectangle, ByRef srcRect As Rectangle, srcUnit As GraphicsUnit, 1009 1006 callback As EnumerateMetafileProc, callbackData = 0 As VoidPtr, imageAttr = Nothing As ImageAttributes) … … 1018 1015 End Sub 1019 1016 1020 Sub EnumerateMetafile(metafile As Metafile,1017 Sub EnumerateMetafile(metafile As Imaging.Metafile, 1021 1018 destPoints As *PointF, count As Long, ByRef srcRect As RectangleF, srcUnit As GraphicsUnit, 1022 1019 callback As EnumerateMetafileProc, callbackData = 0 As VoidPtr, imageAttr = Nothing As ImageAttributes) … … 1031 1028 End Sub 1032 1029 1033 Sub EnumerateMetafile(metafile As Metafile,1030 Sub EnumerateMetafile(metafile As Imaging.Metafile, 1034 1031 destPoints As *Point, count As Long, ByRef srcRect As Rectangle, srcUnit As GraphicsUnit, 1035 1032 callback As EnumerateMetafileProc, callbackData = 0 As VoidPtr, imageAttr = Nothing As ImageAttributes)
Note:
See TracChangeset
for help on using the changeset viewer.