C
C
After a bit of stumbling, I discovered that Point and Size were
storing my data only in integers, cutting out the detail I need for
drawing smooth curves. The plotting routines did the rest of the work
fine, but the curves looked like steps.
Is there something like PointReal and SizeReal which store two numbers
in Single instead of Integer? I also pass 4 parameters as Rectangle,
instead of writing out all this stuff in the declaration of the Sub.
Is it the same problem there? Thanks.
In the worst case, can I declare Type PointReal and SizeReal like in
VB6, or would that not let me access its properties conveniently?
storing my data only in integers, cutting out the detail I need for
drawing smooth curves. The plotting routines did the rest of the work
fine, but the curves looked like steps.
Is there something like PointReal and SizeReal which store two numbers
in Single instead of Integer? I also pass 4 parameters as Rectangle,
instead of writing out all this stuff in the declaration of the Sub.
Is it the same problem there? Thanks.
In the worst case, can I declare Type PointReal and SizeReal like in
VB6, or would that not let me access its properties conveniently?