Ignore:
Timestamp:
Mar 12, 2008, 9:54:46 PM (16 years ago)
Author:
イグトランス (egtra)
Message:

実験として書いていたControlクラスを追加(せめてコミット前に既存のContorolに混ぜようとしたがコンパイルできなかった)。
ほかForms, Drawing及びGDI+の修正。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Include/GdiPlusGpStubs.ab

    r300 r473  
    44#define __GDIPLUSGPSTUBS_AB__
    55
    6 #require <GdiPlusTypes.ab>
    7 #require <GdiPlusEnums.ab>
    86#require <Classes/System/Drawing/Drawing2D/misc.ab>
    97#require <Classes/System/Drawing/Drawing2D/Matrix.ab>
     
    8078TypeDef GpUnit = GraphicsUnit
    8179TypeDef GpCoordinateSpace = CoordinateSpace
    82 TypeDef GpPointF = PointF
    83 TypeDef GpPoint = Point
    84 TypeDef GpRectF = RectangleF
    85 TypeDef GpRect = Rectangle
    86 TypeDef GpSizeF = SizeF
     80TypeDef GpPointF = System.Drawing.PointF
     81TypeDef GpPoint = System.Drawing.Point
     82TypeDef GpRectF = System.Drawing.RectangleF
     83TypeDef GpRect = System.Drawing.Rectangle
     84TypeDef GpSizeF = System.Drawing.SizeF
    8785TypeDef GpHatchStyle = HatchStyle
    8886TypeDef GpDashStyle = DashStyle
Note: See TracChangeset for help on using the changeset viewer.