バージョン

Duplicate(PathFigure) メソッド

現在の PathFigure オブジェクトの複製を作成します。
シンタックス
'宣言
 
Public Overloads Shared Function Duplicate( _
   ByVal pathFigure As PathFigure _
) As PathFigure
public static PathFigure Duplicate( 
   PathFigure pathFigure
)

パラメータ

pathFigure
現在の PathFigure オブジェクトを返します。

戻り値の型

新しい PathFigure。
参照