Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

728ce481 c62c 12c6 5078 1d172d2e5861

haplokuon edited this page May 6, 2023 · 1 revision

HatchBoundaryPathRemoved Event

netDxf 3.0.0 Library

[Missing <summary> documentation for "E:netDxf.Entities.Hatch.HatchBoundaryPathRemoved"]

Definition

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>

Value

Hatch.HatchBoundaryPathRemovedEventHandler

See Also

Reference

Hatch Class
netDxf.Entities Namespace

Clone this wiki locally