1 | ' GdiplusGpStubs.ab
|
---|
2 |
|
---|
3 | #ifndef __GDIPLUSGPSTUBS_AB__
|
---|
4 | #define __GDIPLUSGPSTUBS_AB__
|
---|
5 |
|
---|
6 | #include <Classes/System/Drawing/Drawing2D/Matrix.ab>
|
---|
7 |
|
---|
8 | Class GpGraphics
|
---|
9 | End Class
|
---|
10 |
|
---|
11 | Class GpBrush
|
---|
12 | End Class
|
---|
13 | Class GpTexture
|
---|
14 | Inherits GpBrush
|
---|
15 | End Class
|
---|
16 | Class GpSolidFill
|
---|
17 | Inherits GpBrush
|
---|
18 | End Class
|
---|
19 | Class GpLineGradient
|
---|
20 | Inherits GpBrush
|
---|
21 | End Class
|
---|
22 | Class GpPathGradient
|
---|
23 | Inherits GpBrush
|
---|
24 | End Class
|
---|
25 | Class GpHatch
|
---|
26 | Inherits GpBrush
|
---|
27 | End Class
|
---|
28 |
|
---|
29 | Class GpPen
|
---|
30 | End Class
|
---|
31 | Class GpCustomLineCap
|
---|
32 | End Class
|
---|
33 | Class GpAdjustableArrowCap
|
---|
34 | Inherits GpCustomLineCap
|
---|
35 | End Class
|
---|
36 |
|
---|
37 | Class GpImage
|
---|
38 | End Class
|
---|
39 | Class GpBitmap
|
---|
40 | Inherits GpImage
|
---|
41 | End Class
|
---|
42 | Class GpMetafile
|
---|
43 | Inherits GpImage
|
---|
44 | End Class
|
---|
45 | Class GpImageAttributes
|
---|
46 | End Class
|
---|
47 |
|
---|
48 | Class GpPath
|
---|
49 | End Class
|
---|
50 | Class GpRegion
|
---|
51 | End Class
|
---|
52 | Class GpPathIterator
|
---|
53 | End Class
|
---|
54 |
|
---|
55 | Class GpFontFamily
|
---|
56 | End Class
|
---|
57 | Class GpFont
|
---|
58 | End Class
|
---|
59 | Class GpStringFormat
|
---|
60 | End Class
|
---|
61 | Class GpFontCollection
|
---|
62 | End Class
|
---|
63 | Class GpInstalledFontCollection
|
---|
64 | Inherits GpFontCollection
|
---|
65 | End Class
|
---|
66 | Class GpPrivateFontCollection
|
---|
67 | Inherits GpFontCollection
|
---|
68 | End Class
|
---|
69 |
|
---|
70 | 'Class GpCachedBitmap;
|
---|
71 | Class GpCachedBitmap
|
---|
72 | End Class
|
---|
73 |
|
---|
74 | TypeDef GpStatus = Status
|
---|
75 | TypeDef GpFillMode = FillMode
|
---|
76 | TypeDef GpWrapMode = WrapMode
|
---|
77 | TypeDef GpUnit = Unit
|
---|
78 | TypeDef GpCoordinateSpace = CoordinateSpace
|
---|
79 | TypeDef GpPointF = PointF
|
---|
80 | TypeDef GpPoint = Point
|
---|
81 | TypeDef GpRectF = RectangleF
|
---|
82 | TypeDef GpRect = Rectangle
|
---|
83 | TypeDef GpSizeF = SizeF
|
---|
84 | TypeDef GpHatchStyle = HatchStyle
|
---|
85 | TypeDef GpDashStyle = DashStyle
|
---|
86 | TypeDef GpLineCap = LineCap
|
---|
87 | TypeDef GpDashCap = DashCap
|
---|
88 |
|
---|
89 |
|
---|
90 | TypeDef GpPenAlignment = PenAlignment
|
---|
91 |
|
---|
92 | TypeDef GpLineJoin = LineJoin
|
---|
93 | TypeDef GpPenType = PenType
|
---|
94 |
|
---|
95 | TypeDef GpMatrix = Matrix
|
---|
96 | TypeDef GpBrushType = BrushType
|
---|
97 | TypeDef GpMatrixOrder = MatrixOrder
|
---|
98 | TypeDef GpFlushIntention = FlushIntention
|
---|
99 | TypeDef GpPathData = PathData
|
---|
100 |
|
---|
101 | #endif '__GDIPLUSGPSTUBS_AB__
|
---|
102 |
|
---|