Returns a rectangle that bounds this
GraphicsPath when this path is transformed by the specified
System.Numerics.Matrix3x2.
public System.Drawing.RectangleF GetBounds(
System.Numerics.Matrix3x2
)
'宣言
Public Function GetBounds( _
ByVal As System.Numerics.Matrix3x2 _
) As System.Drawing.RectangleF
パラメータ
- worldTransform
- The transform to apply to this path before calculating its bounds.
戻り値の型
A
System.Drawing.RectangleF that represents a rectangle that bounds this
GraphicsPath.