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