Assigns (copies) properties from another
ShapeBase to the current object.
シンタックス
'宣言
Public Overridable Sub AssignFrom( _
ByVal As ShapeBase _
)
'使用法
Dim instance As ShapeBase
Dim source As ShapeBase
instance.AssignFrom(source)
public virtual void AssignFrom(
ShapeBase
)
パラメータ
- source
- The source object to copy properties from.
参照