Click or drag to resize

PathPointsCollectionAppendRect Method

Adds a rectangle to this path.

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntax
public void AppendRect(
	FS_RECTF rect
)

Parameters

rect  FS_RECTF
A FS_RECTF that represents the rectangle to add.
See Also