resolution

  1. C

    Question Shrink a bitmpap with high resolution

    Hi to all, I have written this code to resize (shrink) a bitmap: Public Function ResizeBitmap(bm_source As Bitmap, scale_factor As Double) As Bitmap Try Dim bm_dest As New Bitmap(CInt(bm_source.Width * scale_factor), CInt(bm_source.Height * scale_factor)) Dim g As Graphics =...
  2. G

    Question raw mouse data , I am lost...

    I need to get the raw mouse data in order to get a higher resolution input from the mouse. In the normal way you only get as acurate as pixel resolution, but mice are often much more precise. I am programming in vb.net visual studio 2010. There seem to be more possibilities (rawinput api...
  3. Mike3788

    ...

    .
Back
Top