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