Revit.SDK.Samples.NewRoof.RoofForms.CS.FootPrintRoofLine.Draw C# (CSharp) Method

Draw() public method

Draw the footprint line in GDI.
public Draw ( System graphics, System pen ) : void
graphics System
pen System
return void
        public void Draw(System.Drawing.Graphics graphics, System.Drawing.Pen pen)
        {
            Curve curve = m_curve.GeometryCurve;
            DrawCurve(graphics, pen, curve);
        }