IntRangeFitsInside Method
Return a value indicating whether this Range will fit inside the
specified Int Range.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public bool FitsInside(
IntRange value
)
Public Function FitsInside (
value As IntRange
) As Boolean
No code example is currently available or this language may not be supported.
- value IntRange
-
The value to test for fit.
Boolean
Value indicating whether this Range will fit completely inside the
specified Int Range.