Revit.SDK.Samples.CurtainWallGrid.CS.GridDrawing.DrawAssistLine C# (CSharp) Méthode

DrawAssistLine() private méthode

draw the assistant lines used to highlight some special lines for example: in add Horizontal/Vertical grid line operations, the to-be-added lines will be shown in bold with red color, this assistant line is drawn in this method
private DrawAssistLine ( Graphics graphics ) : void
graphics System.Drawing.Graphics /// used in drawing the lines ///
Résultat void
        private void DrawAssistLine(Graphics graphics)
        {
            if (null != m_drawObject)
             {
            m_drawObject.Draw(graphics);
             }
        }