CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 2011
    Posts
    8

    Talking Why Windows 7 Thows Exception when infinity is passed to Graphics.ScaleTransform

    In XP the same infinity is passed as one of parameter for Graphics.ScaleTransform exception is not thrown but in windows 7 exception is thrown why is it like this?what is reason of not throwing exception in xp and throwing exception in windows 7

  2. #2
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,283

    Re: Why Windows 7 Thows Exception when infinity is passed to Graphics.ScaleTransform

    It's because of the Windows Imaging Component ( WIC ) which was introduced in Windows 7. Have a look here :

    http://www.google.co.uk/search?q=wic...;2B&hl=en&sa=2

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured