バージョン

CreateVmlShape メソッド (Document)

この Document で使用する新しい VmlShape を返します。
シンタックス
'宣言
 
Public Function CreateVmlShape( _
   ByVal shapeType As ShapeType _
) As VmlShape
public VmlShape CreateVmlShape( 
   ShapeType shapeType
)

パラメータ

shapeType
図形タイプを定義する ShapeType 定数 (線、矩形、楕円など)。
参照