source: trunk/ab5.0/ablib/src/Classes/System/Drawing/Rectangle.ab@ 698

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

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

File size: 195 bytes
RevLine 
[11]1' Classes/System/Drawing/Rectangle.ab
2
[473]3Namespace System
4Namespace Drawing
[11]5
[698]6Type Rectangle
7 X As Long
8 Y As Long
9 Width As Long
10 Height As Long
11End Type
[11]12
[473]13End Namespace
14End Namespace
Note: See TracBrowser for help on using the repository browser.