UnderlayClippingBoundary Property
|
Gets or sets the underlay clipping boundary.
Namespace:
DXFReaderNET.Entities
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public ClippingBoundary ClippingBoundary { get; set; }
Public Property ClippingBoundary As ClippingBoundary
Get
Set
public:
property ClippingBoundary^ ClippingBoundary {
ClippingBoundary^ get ();
void set (ClippingBoundary^ value);
}
member ClippingBoundary : ClippingBoundary with get, set
PROPERTY ClippingBoundary AS ClippingBoundary GET SET
Property Value
Type:
ClippingBoundaryRemarks
Set as null to restore the default clipping boundary, show the full underlay without clipping.
See Also