<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_Dev.Hong_分类_GDI+</title><id>http://feed.cnblogs.com/blog/u/25261/category/91569/rss</id><updated>2012-05-29T00:03:22Z</updated><generator>feed.cnblogs.com</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/T-MAC/category/91569.html"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/25261/category/91569/rss"/><entry><id>http://www.cnblogs.com/T-MAC/archive/2007/05/12/Caret.html</id><title type="text">自定义文本编辑控件中的光标控制</title><summary type="text">在编写文本编辑控件时，对于光标的控制，需要用到 CreateCaret,SetCaretPos,DestroyCaret,ShowCaret,HideCaret API</summary><published>2007-05-12T06:31:00Z</published><updated>2007-05-12T06:31:00Z</updated><author><name>Dev.Hong</name><uri>http://www.cnblogs.com/T-MAC/</uri></author><link rel="alternate" href="http://www.cnblogs.com/T-MAC/archive/2007/05/12/Caret.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/T-MAC/archive/2007/05/12/Caret.html"/><content type="text">在编写文本编辑控件时，对于光标的控制，需要用到 CreateCaret,SetCaretPos,DestroyCaret,ShowCaret,HideCaret API</content></entry><entry><id>http://www.cnblogs.com/T-MAC/archive/2007/04/23/723883.html</id><title type="text">System.Drawing.Drawing2.Matrix[笔记]</title><summary type="text">平移变换的变换矩阵为 Tm=对应的Matrix定义为 Matrix m = new Matrix(1,0,0,1,Mx,My); 其中Mx是水平方向移动的距离，My是垂直方向的距离，向左负向右正，向下负向上正。缩放变换矩阵为: Ts=对应的Matrix定义为 Matrix s = new Matrix(Sx,0,0,Sy,0,0);其中Sx是水平方向上缩放的比例，Sy是竖直方向上缩放的比例，大小1...</summary><published>2007-04-23T07:02:00Z</published><updated>2007-04-23T07:02:00Z</updated><author><name>Dev.Hong</name><uri>http://www.cnblogs.com/T-MAC/</uri></author><link rel="alternate" href="http://www.cnblogs.com/T-MAC/archive/2007/04/23/723883.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/T-MAC/archive/2007/04/23/723883.html"/><content type="text">平移变换的变换矩阵为 Tm=对应的Matrix定义为 Matrix m = new Matrix(1,0,0,1,Mx,My); 其中Mx是水平方向移动的距离，My是垂直方向的距离，向左负向右正，向下负向上正。缩放变换矩阵为: Ts=对应的Matrix定义为 Matrix s = new Matrix(Sx,0,0,Sy,0,0);其中Sx是水平方向上缩放的比例，Sy是竖直方向上缩放的比例，大小1...</content></entry></feed>
