Initialize Method (DrawingSurface)
Initializes the drawing surface of the specified control.
public void Initialize(
object
)
'Declaration
Public Sub Initialize( _
ByVal As Object _
)
'Usage
Dim instance As DrawingSurface
Dim owner As Object
instance.Initialize(owner)
Parameters
- owner