絞り込み条件を変更する
検索条件を絞り込む

すべてのカテゴリ

1 件中 1 - 1 件表示
カバー画像

【Word VBA】楕円状に並べた楕円形描画マクロ▽ソースコード

Option Explicit Option Base 0 ' Public Sub 楕円状に並べた楕円形描画マクロ()     Const ELLICXPS = 200               '輪の中心位置X     Const ELLICYPS = 160               '                  Y     '     Const ELLISCNT = 15                 '楕円の数     Const ELLISRAD = 16                 '楕円の半径     '     Const ELLIMRAD = 100              '輪の半径     '     Const ELLIRATE = 0.5               '楕円のY/X     '     Const ELLILNWT = 1                '輪郭線の太さ     '---------------------------------------------------------------------------     Dim Ip As Integer     Dim intDxp As Integer, intDyp As Integer     Dim intEwd As Integer, intEht As Integer     Dim sngAng As Single, lngCol(1) As Long     '     lngCol(0) = vbBlack       '←輪郭
0
1 件中 1 - 1