Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / DrawingSurface Class / Initialize Method


In This Topic
Initialize Method (DrawingSurface)
In This Topic
Initializes the drawing surface of the specified control.
Syntax
'Declaration
 
Public Sub Initialize( _
   ByVal owner As Object _
) 
 
'Usage
 
Dim instance As DrawingSurface
Dim owner As Object
 
instance.Initialize(owner)

Parameters

owner
See Also