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 407
464ad741 7ada 454e 5d8a 0d7350018a64
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
[Missing <summary> documentation for "E:netDxf.Entities.Viewport.ClippingBoundaryAdded"]
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public event Viewport.ClippingBoundaryAddedEventHandler ClippingBoundaryAdded
VB
Public Event ClippingBoundaryAdded As Viewport.ClippingBoundaryAddedEventHandler
C++
public:
event Viewport.ClippingBoundaryAddedEventHandler^ ClippingBoundaryAdded {
void add (Viewport.ClippingBoundaryAddedEventHandler^ value);
void remove (Viewport.ClippingBoundaryAddedEventHandler^ value);
}
F#
member ClippingBoundaryAdded : IEvent<Viewport.ClippingBoundaryAddedEventHandler,
EventArgs>