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

76f99d97 040d 0403 c2cb 9e3b92ce8807

haplokuon edited this page May 6, 2023 · 1 revision

HatchBoundaryPathAdded Event

netDxf 3.0.0 Library

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

Definition

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>

Value

Hatch.HatchBoundaryPathAddedEventHandler

See Also

Reference

Hatch Class
netDxf.Entities Namespace

Clone this wiki locally