'宣言 Public Overrides Sub AssignFrom( _ ByVal source As ShapeProps _ )
'使用法 Dim instance As ArcProps Dim source As ShapeProps instance.AssignFrom(source)
public override void AssignFrom( ShapeProps source )
パラメータ
- source
- プロパティのコピー元のソースオブジェクト。
'宣言 Public Overrides Sub AssignFrom( _ ByVal source As ShapeProps _ )
'使用法 Dim instance As ArcProps Dim source As ShapeProps instance.AssignFrom(source)
public override void AssignFrom( ShapeProps source )