An NDoc Documented Class Library

Span.DoesntContain Method 

[Visual Basic]
Overridable Protected Function DoesntContain( _ 
   ByVal rect As Rect, _ 
   ByVal otherStart As Double, _ 
   ByVal otherEnd As Double _ 
) As Boolean
[C#]
protected virtual bool DoesntContain(
   Rect rect,
   double otherStart,
   double otherEnd
);
[C++]
protected: virtual bool DoesntContain(
   Rect rect,
   double otherStart,
   double otherEnd
);
[JScript]
protected virtual function DoesntContain(
   Rect rect,
   double otherStart,
   double otherEnd
): bool;

See Also

Span Class | White.Core Namespace