'宣言 Public Overridable Sub AssignFrom( _ ByVal source As ShapeProps _ )
'使用法 Dim instance As ShapeProps Dim source As ShapeProps instance.AssignFrom(source)
public virtual void AssignFrom( ShapeProps source )
パラメータ
- source
- The source object to copy properties from.