Gets
CADImage extents without margins.
Namespace:
CADImport
Assembly: CADImport (in CADImport.dll)
Syntax
Visual Basic (Declaration) |
Public ReadOnly Property PureExtents() As DRect |
C#
|
public DRect PureExtents {get;} |
Property Value
The
DRect object that specifies extents of the
CADImage without margins.
Platforms
Version Information
.NET Framework
Supported in: 2.0 - 4, NET6
.NET Framework Client Profile
Supported in: 4, 3.5 SP1
See Also