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

tool used to draw line
Afficher le fichier Open project: AMEE/revit Class Usage Examples

Méthodes publiques

Méthode Description
Draw2D ( Graphics graphics, Pen pen ) : void

draw the stored lines

DrawRectangle ( Graphics graphics, Pen pen ) : void

draw rectangle with specific graphics and pen

LineTool ( ) : System

default constructor

Method Details

Draw2D() public méthode

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
Résultat void

DrawRectangle() public méthode

draw rectangle with specific graphics and pen
public DrawRectangle ( 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
Résultat void

LineTool() public méthode

default constructor
public LineTool ( ) : System
Résultat System