' GdiplusGpStubs.ab #require #require Type GpGraphics End Type Type GpBrush End Type Type GpTexture ' Inherits GpBrush End Type Type GpSolidFill ' Inherits GpBrush End Type Type GpLineGradient ' Inherits GpBrush End Type Type GpPathGradient ' Inherits GpBrush End Type Type GpHatch ' Inherits GpBrush End Type Type GpPen End Type Type GpCustomLineCap End Type Type GpAdjustableArrowCap ' Inherits GpCustomLineCap End Type Type GpImage End Type Type GpBitmap ' Inherits GpImage End Type Type GpMetafile ' Inherits GpImage End Type Type GpImageAttributes End Type Type GpPath End Type Type GpRegion End Type Type GpPathIterator End Type Type GpFontFamily End Type Type GpFont End Type Type GpStringFormat End Type Type GpFontCollection End Type Type GpInstalledFontCollection ' Inherits GpFontCollection End Type Type GpPrivateFontCollection ' Inherits GpFontCollection End Type 'Type GpCachedBitmap; Type GpCachedBitmap End Type TypeDef GpStatus = Status TypeDef GpFillMode = Long 'System.Drawing.Drawing2D.FillMode TypeDef GpWrapMode = Long 'System.Drawing.Drawing2D.WrapMode TypeDef GpUnit = Long 'System.Drawing.GraphicsUnit TypeDef GpCoordinateSpace = Long 'System.Drawing.Drawing2D.CoordinateSpace TypeDef GpPointF = System.Drawing.PointF TypeDef GpPoint = System.Drawing.Point TypeDef GpRectF = System.Drawing.RectangleF TypeDef GpRect = System.Drawing.Rectangle TypeDef GpSizeF = System.Drawing.SizeF TypeDef GpHatchStyle = Long 'HatchStyle TypeDef GpDashStyle = Long 'DashStyle TypeDef GpLineCap = Long 'LineCap TypeDef GpDashCap = Long 'DashCap TypeDef GpPenAlignment = Long 'PenAlignment TypeDef GpLineJoin = Long 'LineJoin TypeDef GpPenType = Long 'PenType Type GpMatrix : End Type 'TypeDef GpMatrix = Matrix TypeDef GpBrushType = Long 'BrushType TypeDef GpMatrixOrder = Long 'System.Drawing.Drawing2D.MatrixOrder TypeDef GpFlushIntention = Long 'System.Drawing.Drawing2D.FlushIntention TypeDef GpPathData = PathData