Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は WriteableBitmap を使用して線を描画しています
WriteableBitmap writeableBmp=new WriteableBitmap(500,500); writeableBmp.DrawLineDDA(10, 20, 50, 70,myIntColor);
しかし、ここでは線の太さを設定する方法がありません。線画の太さを設定したいのですが、助けてください
見て、
太さのあるアンチエイリアス ライン アルゴリズム (WriteableBitmap 上)
http://writeablebitmapex.codeplex.com/
http://msdn.microsoft.com/en-us/library/system.windows.media.imaging.writeablebitmap(v=vs.95).aspx