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 414
76f99d97 040d 0403 c2cb 9e3b92ce8807
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
[Missing <summary> documentation for "E:netDxf.Entities.Hatch.HatchBoundaryPathAdded"]
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public event Hatch.HatchBoundaryPathAddedEventHandler HatchBoundaryPathAdded
VB
Public Event HatchBoundaryPathAdded As Hatch.HatchBoundaryPathAddedEventHandler
C++
public:
event Hatch.HatchBoundaryPathAddedEventHandler^ HatchBoundaryPathAdded {
void add (Hatch.HatchBoundaryPathAddedEventHandler^ value);
void remove (Hatch.HatchBoundaryPathAddedEventHandler^ value);
}
F#
member HatchBoundaryPathAdded : IEvent<Hatch.HatchBoundaryPathAddedEventHandler,
EventArgs>