Returns the smaller of two text pointers.

Namespace: FirstFloor.Documents
Assembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.1.0)

Syntax

C#
public static TextPointer Min(
	TextPointer p1,
	TextPointer p2
)
Visual Basic
Public Shared Function Min ( _
	p1 As TextPointer, _
	p2 As TextPointer _
) As TextPointer
Visual C++
public:
static TextPointer^ Min(
	TextPointer^ p1, 
	TextPointer^ p2
)

Return Value

The smaller of the text pointers.

See Also