Ignore:
Timestamp:
Mar 31, 2009, 2:09:07 PM (15 years ago)
Author:
イグトランス (egtra)
Message:

GDI+をコンパイルできるように修正。FontFamily, Penの追加。サンプルとして、Step 32のGDI+版を制作。
(#56)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/ablib/src/Classes/System/Drawing/Drawing2D/Matrix.ab

    r635 r698  
    55
    66Class Matrix
     7Public
     8    Sub Matrix(native As *GpMatrix)
     9        nativeMatrix = native
     10    End Sub
     11    Function NativeMatrix() As *GpMatrix
     12        NativeMatrix = nativeMatrix
     13    End Function
     14    nativeMatrix As *GpMatrix
    715End Class
    816
Note: See TracChangeset for help on using the changeset viewer.