ComponentOne CalendarView 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.
    See Also