Initializes a new instance of the RtfShape class

Namespace: iTextSharp.text.rtf.graphic
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public RtfShape(
	int type,
	RtfShapePosition position
)
Visual Basic
Public Sub New ( _
	type As Integer, _
	position As RtfShapePosition _
)
Visual C++
public:
RtfShape(
	int type, 
	RtfShapePosition^ position
)

See Also