Returns an array of
System.Drawing.Rectangle structures that approximate this
Region object.
'宣言
Public Shared Function Scan( _
ByVal As Region _
) As System.Drawing.Rectangle()
public static System.Drawing.Rectangle[] Scan(
Region
)
パラメータ
- region
- A Region object to be scaned.
戻り値の型
An array of
System.Drawing.Rectangle structures that approximate this
Region object.