Initializes a new instance of the RtfShapePosition class

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

Syntax

C#
public RtfShapePosition(
	int top,
	int left,
	int right,
	int bottom
)
Visual Basic
Public Sub New ( _
	top As Integer, _
	left As Integer, _
	right As Integer, _
	bottom As Integer _
)
Visual C++
public:
RtfShapePosition(
	int top, 
	int left, 
	int right, 
	int bottom
)

Parameters

top
Type: System..::..Int32
left
Type: System..::..Int32
right
Type: System..::..Int32
bottom
Type: System..::..Int32

See Also