 | PathPointsCollectionAppendRect Method |
Adds a rectangle to this path.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntaxpublic void AppendRect(
FS_RECTF rect
)
Public Sub AppendRect (
rect As FS_RECTF
)
public:
void AppendRect(
FS_RECTF rect
)
member AppendRect :
rect : FS_RECTF -> unit public void AppendRect(
FS_RECTF rect
)
function AppendRect(rect);
Parameters
- rect FS_RECTF
- A FS_RECTF that represents the rectangle to add.
See Also