GraphicsPath.GetBounds

GetBounds()

これを囲む四角形を返しますGraphicsPath.

public RectangleF GetBounds()

戻り値

あRectangleFこれは、bounds this の四角形を表しますGraphicsPath.

関連項目


GetBounds(Matrix)

これを囲む四角形を返しますGraphicsPathこのパスが 指定されたMatrix.

public RectangleF GetBounds(Matrix matrix)
パラメータタイプ説明
matrixMatrixのMatrixこれは、境界矩形が計算される前に、このパスに適用される変換 を指定します. このパスは永続的に変換されません。変換は、外接する四角形を計算する process 中にのみ使用されます。

戻り値

あRectangleFこれは、bounds this の四角形を表しますGraphicsPath.

関連項目


GetBounds(Matrix, Pen)

これを囲む四角形を返しますGraphicsPath現在のパスが 指定されたMatrix指定されたPen.

public RectangleF GetBounds(Matrix matrix, Pen pen)
パラメータタイプ説明
matrixMatrixのMatrix境界矩形が計算される前に、この path に適用される変換を指定します。このパスは永続的に変換されるわけではありません。 変換は、外接する四角形を計算するプロセス中にのみ使用されます。
penPenのPenを描くためにGraphicsPath.

戻り値

あRectangleFthis を囲む四角形を表すGraphicsPath.

関連項目