AssignFrom Method (Watermark)
In This Topic
Copies properties from another object into this object.
Syntax
'Declaration
Public Sub AssignFrom( _
ByVal As Watermark _
)
public void AssignFrom(
Watermark
)
Parameters
- source
- The source object, properties of which are copied.
See Also