C# Class Revit.SDK.Samples.Truss.CS.LineTool

tool used to draw line
Mostrar archivo Open project: AMEE/revit Class Usage Examples

Public Methods

Method Description
Draw2D ( Graphics graphics, Pen pen ) : void

draw the stored lines

LineTool ( ) : System

default constructor

Method Details

Draw2D() public method

draw the stored lines
public Draw2D ( Graphics graphics, Pen pen ) : void
graphics System.Drawing.Graphics Graphics object, used to draw geometry
pen System.Drawing.Pen Pen which used to draw lines
return void

LineTool() public method

default constructor
public LineTool ( ) : System
return System