Copy Method (BackgroundBrushProviderExtension)
In This Topic
Copies properties of the source BackgroundBrushProvider.
Syntax
'Declaration
Public Shared Sub Copy( _
ByVal As BackgroundBrushProvider, _
ByVal As BackgroundBrushProvider _
)
public static void Copy(
BackgroundBrushProvider ,
BackgroundBrushProvider
)
Parameters
- dst
- the target BackgroundBrushProvider.
- src
- the source BackgroundBrushProvider.
See Also