Clips the text annotation of given type.
Namespace: FirstFloor.Documents.AnnotationsAssembly: 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 ) |
Parameters
- store
- Type: FirstFloor.Documents.Annotations.Storage..::..AnnotationStore
The store.
- clip
- Type: FirstFloor.Documents..::..TextRange
The clip.
Type Parameters
- T
- The type of the text annotation.