Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
Y

yangaqi

@yangaqi
About
Posts
4
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • 救命!!!!!! [modified]
    Y yangaqi

    thanks! but i want rotate the EMF at all angle,don't like this.And i can rotate the image but a part of image will Disappear

    C / C++ / MFC graphics

  • 救命!!!!!! [modified]
    Y yangaqi

    thanks! yes. I need ! Writing English too painful for me

    C / C++ / MFC graphics

  • 救命!!!!!! [modified]
    Y yangaqi

    Like this :sigh: ......... Matrix mtx; mtx.RotateAt(m_nRotateAnle,PointF((minX+maxX)/2,(minY+maxY)/2),MatrixOrderAppend); graphics->SetTransform(&mtx); ..... graphics->DrawImage(m_pImage,rect,0,0,(float)m_pImage->GetWidth(),(float)m_pImage->GetHeight(),UnitPixel); ........

    C / C++ / MFC graphics

  • 救命!!!!!! [modified]
    Y yangaqi

    大家好!我在处理从虚拟打印出来的EMF文件时,如果是打印的word。(打印其他文件没问题)在我旋转EMF文件时,图片会消失,图片上如果有表格的话,表格不会消失,文字绝对消失!!!!我旋转是用Matrix来实现的 这到底时什么原因啊!高手来说说,谢谢 ================================================================ sorry ! my english is poor! :sigh: virtual Printer print the EMF file ,if this file print from the word ,when i rotating the emf file ,the pictrue will disappear! my code Like this ......... Matrix mtx; mtx.RotateAt(m_nRotateAnle,PointF((minX+maxX)/2,(minY+maxY)/2),MatrixOrderAppend); graphics->SetTransform(&mtx); ..... graphics->DrawImage(m_pImage,rect,0,0,(float)m_pImage->GetWidth(),(float)m_pImage->GetHeight(),UnitPixel); ........ Why is it part of the disappearance when i rotating it, I do not know

    modified on Tuesday, March 3, 2009 3:08 AM

    C / C++ / MFC graphics
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups