Show / Hide Table of Contents

Delegate Hatch.HatchBoundaryPathAddedEventHandler

Namespace: netDxf.Entities
Assembly: CADability.dll
Syntax
public delegate void HatchBoundaryPathAddedEventHandler(Hatch sender, ObservableCollectionEventArgs<HatchBoundaryPath> e);
Parameters
Type Name Description
Hatch sender
ObservableCollectionEventArgs<HatchBoundaryPath> e
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX