Show / Hide Table of Contents

Delegate ModelView.PaintBackgroundDelegate

Delegate definition for background painting event. The painting of the coordinate cross and arrows, the grid and the DrawingPlane can be modified using this event

Namespace: CADability
Assembly: CADability.dll
Syntax
public delegate void PaintBackgroundDelegate(IPaintTo3D paintToBackground, ModelView modelView, out ModelView.BackgroungTaskHandled handled);
Parameters
Type Name Description
IPaintTo3D paintToBackground

Painting engine

ModelView modelView

ModelView issuing the event

ModelView.BackgroungTaskHandled handled

Set flags to indicate which tasks were handled

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX