source: trunk/ab5.0/ablib/src/Classes/System/Drawing/Image.ab@ 635

Last change on this file since 635 was 635, checked in by NoWest, 16 years ago

名前空間への入れ忘れの修正と
ConsoleクラスのResetColorのバグへ対応。
正しい動作かご確認ください。

File size: 247 bytes
Line 
1' Classes/System/Drawing/Image.ab
2
3Namespace System
4Namespace Drawing
5
6Class Image
7Public
8 Function NativeImage() As *GpImage
9 Return nativeImage
10 End Function
11Private
12 nativeImage As *GpImage
13End Class
14
15End Namespace
16End Namespace
Note: See TracBrowser for help on using the repository browser.