ホーム » 2012 » 2月

月別アーカイブ: 2月 2012

2012年2月
 1234
567891011
12131415161718
19202122232425
26272829  

人気の投稿とページ

カテゴリー

最近の投稿

アーカイブ

ブログ統計情報

  • 120,264 アクセス




RoundRect と svg:rect

svg:rect の rx , ry は,丸くする楕円の半径. Win 32 API などの RoundRect は,楕円の幅と高さ. Is this 投稿 useful? Useful Useless 0 of 0 p […]

Continue Reading →

文字列の縦方向の配置

svg:text の配置で,横方向の指定(text-anchor=”middle”)はあるが,縦方向はなさそうだったので…   if (fabs(incX) > 1e-7 || […]

Continue Reading →

文字列と文字の回転

{   TextH    txH = parts1.GetTextH (thIndex) ;   P3        pnt = parts1.GetPTextH(thIndex) ;   XmlOut_E    th( […]

Continue Reading →

explorer /e,/select

Explorer.exe コマンドライン オプション   void CDropADlg::OnExecExplorer()   {     UpdateData(TRUE) ;     CString file = m_ […]

Continue Reading →

XML の書出しテスト – 5

MSXML.dll を利用しない方法を用意. //#include “Xml_MS_.hxx” #include “XmlOut.hxx” #include “ […]

Continue Reading →

xmlns を間違えて 0xE06D7363

xmlns の所を xmlne とタイプミス.そのまま実行して 0xE06D7363. ————————— Mi […]

Continue Reading →

コンパイルで C4786

——————–構成: T_xml_7 – Win32 Debug————&# […]

Continue Reading →

XML の書出しテスト – 4

xmlns="" が付加されない方法がわからなかったので,逆に svg:svg などと出力する様に変更. <?xml version="1.0" encoding=" […]

Continue Reading →