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
728ce481 c62c 12c6 5078 1d172d2e5861
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
[Missing <summary> documentation for "E:netDxf.Entities.Hatch.HatchBoundaryPathRemoved"]
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public event Hatch.HatchBoundaryPathRemovedEventHandler HatchBoundaryPathRemoved
VB
Public Event HatchBoundaryPathRemoved As Hatch.HatchBoundaryPathRemovedEventHandler
C++
public:
event Hatch.HatchBoundaryPathRemovedEventHandler^ HatchBoundaryPathRemoved {
void add (Hatch.HatchBoundaryPathRemovedEventHandler^ value);
void remove (Hatch.HatchBoundaryPathRemovedEventHandler^ value);
}
F#
member HatchBoundaryPathRemoved : IEvent<Hatch.HatchBoundaryPathRemovedEventHandler,
EventArgs>