次の方法で共有


Region.GetRegionScans メソッド

この Region オブジェクトの概数を表す RectangleF 構造体の配列を返します。

Public Function GetRegionScans( _
   ByVal matrix As Matrix _) As RectangleF()
[C#]
public RectangleF[] GetRegionScans(Matrixmatrix);
[C++]
public: RectangleF GetRegionScans(Matrix* matrix) [];
[JScript]
public function GetRegionScans(
   matrix : Matrix) : RectangleF[];

パラメータ

  • matrix
    領域に適用するジオメトリック変換を表す Matrix オブジェクト。

戻り値

この Region オブジェクトの概数を表す RectangleF 構造体の配列。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

参照

Region クラス | Region メンバ | System.Drawing 名前空間