Clips the text annotation of given type.

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

Syntax

C#
public static void ClipTextAnnotation<T>(
	AnnotationStore store,
	TextRange clip
)
where T : TextAnnotation
Visual Basic
Public Shared Sub ClipTextAnnotation(Of T As TextAnnotation) ( _
	store As AnnotationStore, _
	clip As TextRange _
)
Visual C++
public:
generic<typename T>
where T : TextAnnotation
static void ClipTextAnnotation(
	AnnotationStore^ store, 
	TextRange^ clip
)

Type Parameters

T
The type of the text annotation.

See Also