For internal use only. Draws a rounded rectangle.

Namespace:  C1.Phone.Pdf
Assembly:  C1.Phone.Pdf (in C1.Phone.Pdf.dll)

Syntax

C#
protected void RoundRect(
	Rect rc,
	Size sz
)
Visual Basic
Protected Sub RoundRect ( _
	rc As Rect, _
	sz As Size _
)

See Also