Version

InitUIElement Method

This method is used internally to initialize the UIElementDrawParams when rendering a specific element.
Syntax
'Declaration
 
Public Sub InitUIElement( _
   ByVal element As UIElement, _
   ByVal invalidRect As Rectangle _
) 
public void InitUIElement( 
   UIElement element,
   Rectangle invalidRect
)

Parameters

element
The UIElement to initialize.
invalidRect
The System.Drawing.Rectangle specifying which areas should not be drawn.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also