FormZoneEditorT, TT, TTT Constructor

Initializes a new instance of the FormZoneEditorT, TT, TTT class

Definition

Namespace: PCBI_API_Extensions.Zones
Assembly: PCBI.API_Library (in PCBI.API_Library.dll) Version: 17.0.0.0 (17.0.0.0)
C#
public FormZoneEditor(
	IPCBIWindow parent,
	EditorSettings settings,
	string title,
	Func<bool, T> GetCurrentStencilZones,
	Func<bool, List<IPolyClass>> GetStencilZoneDependingToAnalysis = null
)

Parameters

parent  IPCBIWindow
 
settings  EditorSettings
 
title  String
 
GetCurrentStencilZones  FuncBoolean, T
 
GetStencilZoneDependingToAnalysis  FuncBoolean, ListIPolyClass  (Optional)
 

See Also