C# 클래스 Revit.SDK.Samples.SlabShapeEditing.CS.LineTool

tool used to draw line
파일 보기 프로젝트 열기: AMEE/revit 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

Draw2D() 공개 메소드

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
리턴 void

DrawRectangle() 공개 메소드

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
리턴 void

LineTool() 공개 메소드

default constructor
public LineTool ( ) : System
리턴 System