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
cdaebdfd 8ed9 0898 0f54 16928b369212
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
[Missing <summary> documentation for "E:netDxf.Entities.Viewport.ClippingBoundaryRemoved"]
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public event Viewport.ClippingBoundaryRemovedEventHandler ClippingBoundaryRemoved
VB
Public Event ClippingBoundaryRemoved As Viewport.ClippingBoundaryRemovedEventHandler
C++
public:
event Viewport.ClippingBoundaryRemovedEventHandler^ ClippingBoundaryRemoved {
void add (Viewport.ClippingBoundaryRemovedEventHandler^ value);
void remove (Viewport.ClippingBoundaryRemovedEventHandler^ value);
}
F#
member ClippingBoundaryRemoved : IEvent<Viewport.ClippingBoundaryRemovedEventHandler,
EventArgs>