source: trunk/ab5.0/ablib/src/Classes/System/Drawing/PointF.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: 160 bytes
Line 
1' Classes/System/Drawing/PointF.ab
2
3Namespace System
4Namespace Drawing
5
6Type PointF
7 X As Single
8 Y As Single
9End Type
10
11End Namespace
12End Namespace
Note: See TracBrowser for help on using the repository browser.