 | PathPointsCollectionGetBoundingBox Method |
Get a rectangle that bounds this Path.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntaxpublic FS_RECTF GetBoundingBox(
float lineWidth,
float miterLimit
)
Public Function GetBoundingBox (
lineWidth As Single,
miterLimit As Single
) As FS_RECTF
public:
FS_RECTF GetBoundingBox(
float lineWidth,
float miterLimit
)
member GetBoundingBox :
lineWidth : float32 *
miterLimit : float32 -> FS_RECTF public FS_RECTF GetBoundingBox(
float lineWidth,
float miterLimit
)
function GetBoundingBox(lineWidth, miterLimit);
Parameters
- lineWidth Single
- Line width.
- miterLimit Single
- The maximum length of mitered line joins for stroked paths.
Return Value
FS_RECTFA rectangle that bounds this Path.
See Also