'宣言 Public Function Remove( _ ByVal element As SvgElement _ ) As System.Boolean
public System.bool Remove( SvgElement element )
パラメータ
- element
- The element to remove.
戻り値の型
true if element is successfully removed. false if element was not found.
'宣言 Public Function Remove( _ ByVal element As SvgElement _ ) As System.Boolean
public System.bool Remove( SvgElement element )