DioDocs for PDF
GetBounds メソッド (GraphicsPath)

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Imaging 名前空間 > GraphicsPath クラス : GetBounds メソッド
The transform to apply to this path before calculating its bounds.
Returns a rectangle that bounds this GraphicsPath when this path is transformed by the specified System.Numerics.Matrix3x2.
シンタックス
'宣言
 
Public Function GetBounds( _
   ByVal worldTransform As System.Numerics.Matrix3x2 _
) As System.Drawing.RectangleF
public System.Drawing.RectangleF GetBounds( 
   System.Numerics.Matrix3x2 worldTransform
)

パラメータ

worldTransform
The transform to apply to this path before calculating its bounds.

戻り値の型

A System.Drawing.RectangleF that represents a rectangle that bounds this GraphicsPath.
参照

GraphicsPath クラス
GraphicsPath メンバ