HazardResultVisualizerDrawError Method
Namespace: PCBI_HazardAnalysisAssembly: PCBI_Hazard_Analysis (in PCBI_Hazard_Analysis.dll) Version: 17.0.0.0 (17.0.0.0)
public static void DrawError(
HazardError e,
Graphics g,
IPCBIWindow parent,
TransformHelper transform = null
)
Public Shared Sub DrawError (
e As HazardError,
g As Graphics,
parent As IPCBIWindow,
Optional transform As TransformHelper = Nothing
)
public:
static void DrawError(
HazardError^ e,
Graphics^ g,
IPCBIWindow^ parent,
TransformHelper^ transform = nullptr
)
static member DrawError :
e : HazardError *
g : Graphics *
parent : IPCBIWindow *
?transform : TransformHelper
(* Defaults:
let _transform = defaultArg transform null
*)
-> unit
Parameters
- e HazardError
-
- g Graphics
-
- parent IPCBIWindow
-
- transform TransformHelper (Optional)
-