Hi,
can someone provide a VB .Net equivalent to the following line of code:
Debug.Print ScaleX(10, vbMillimeters, vbPixels) which produces the
result 37.79524
I have an idea that the graphics object ScaleTransform function may be what
I need to use, however I have been unable to locate an example that either
applies to the above or that I can easily understand.
Thanks,
Martin Horn.
can someone provide a VB .Net equivalent to the following line of code:
Debug.Print ScaleX(10, vbMillimeters, vbPixels) which produces the
result 37.79524
I have an idea that the graphics object ScaleTransform function may be what
I need to use, however I have been unable to locate an example that either
applies to the above or that I can easily understand.
Thanks,
Martin Horn.
Comment