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
RevLine 
[1]1' Classes/System/Drawing/PointF.ab
2
[473]3Namespace System
4Namespace Drawing
[1]5
[698]6Type PointF
7 X As Single
8 Y As Single
9End Type
[1]10
[473]11End Namespace
12End Namespace
Note: See TracBrowser for help on using the repository browser.