Checks if specified
DRect object is Bad rect.
Namespace:
CADImport
Assembly: CADImport (in CADImport.dll)
Syntax
Visual Basic (Declaration) |
Public Shared Function IsBadRect( _ ByVal rect As DRect _ ) As Boolean |
C#
|
public static bool IsBadRect( DRect rect ) |
Parameters
-
rect
-
Type: DRect
Checked DRect
Platforms
Version Information
.NET Framework
Supported in: 2.0 - 4, NET6
.NET Framework Client Profile
Supported in: 4, 3.5 SP1
See Also