Ignore:
Timestamp:
Apr 7, 2009, 9:35:42 PM (15 years ago)
Author:
イグトランス (egtra)
Message:

Imageクラスを追加
(#242)

File:
1 edited

Legend:

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

    r701 r703  
    230230        End If
    231231        Dim graphics = 0 As *GpGraphics
    232         SetStatus(GdipGetImageGraphicsContext(image.nativeImage, graphics))
     232        SetStatus(GdipGetImageGraphicsContext(image.NativeImage, graphics))
    233233        Return New Graphics(graphics)
    234234    End Function
     
    12371237            getNativeImage = 0
    12381238        Else
    1239             getNativeImage = image.nativeImage
     1239            getNativeImage = image.NativeImage
    12401240        End If
    12411241    End Function
Note: See TracChangeset for help on using the changeset viewer.