This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 411
023d1ea9 2227 0d13 00dd eb5868eedd3a
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets or sets the underlay clipping boundary.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public ClippingBoundary ClippingBoundary { get; set; }
VB
Public Property ClippingBoundary As ClippingBoundary
Get
Set
C++
public:
property ClippingBoundary^ ClippingBoundary {
ClippingBoundary^ get ();
void set (ClippingBoundary^ value);
}
F#
member ClippingBoundary : ClippingBoundary with get, set
Set as null to restore the default clipping boundary, show the full underlay without clipping.