ComponentOne MultiSelect for WinForms
C1.Framework.Drawing.Gdi Namespace / Region Class / Scan Method
A Region object to be scaned.

In This Topic
    Scan Method
    In This Topic
    Returns an array of System.Drawing.Rectangle structures that approximate this Region object.
    Syntax
    'Declaration
     
    
    Public Shared Function Scan( _
       ByVal region As Region _
    ) As Rectangle()
    public static Rectangle[] Scan( 
       Region region
    )

    Parameters

    region
    A Region object to be scaned.

    Return Value

    An array of System.Drawing.Rectangle structures that approximate this Region object.
    Requirements

    Target Platforms: 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