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