source: trunk/ab5.0/ablib/src/Classes/System/Drawing/Color.ab

Last change on this file was 698, checked in by イグトランス (egtra), 15 years ago

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

File size: 137 bytes
RevLine 
[11]1' Classes/System/Drawing/Color.ab
2
[635]3Namespace System
4Namespace Drawing
[11]5
[698]6TypeDef Color = DWord 'ARGB
[11]7
[635]8End Namespace
9End Namespace
Note: See TracBrowser for help on using the repository browser.