GraphicsPath.GetBounds

GetBounds(Matrix)

获取对象的边界。

public override RectangleF GetBounds(Matrix matrix)
参数类型描述
矩阵矩阵在计算边界之前要应用的矩阵。

返回值

估计的对象边界。

另请参见


GetBounds(Matrix, Pen)

获取对象的边界。

public override RectangleF GetBounds(Matrix matrix, Pen pen)
参数类型描述
矩阵矩阵在计算边界之前要应用的矩阵。
用于对象的笔。这可能影响对象边界的大小。

返回值

估计的对象边界。

另请参见