Click or drag to resize

PathPointsCollectionGetBoundingBox Method

Get a rectangle that bounds this Path.

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntax
public FS_RECTF GetBoundingBox(
	float lineWidth,
	float miterLimit
)

Parameters

lineWidth  Single
Line width.
miterLimit  Single
The maximum length of mitered line joins for stroked paths.

Return Value

FS_RECTF
A rectangle that bounds this Path.
See Also