C# 클래스 Revit.SDK.Samples.Openings.CS.LineSketch

sketch line and any tag on it
상속: ObjectSketch
파일 보기 프로젝트 열기: AMEE/revit 1 사용 예제들

공개 메소드들

메소드 설명
Draw ( Graphics g, Matrix translate ) : void

draw the line

LineSketch ( Line2D line ) : System

constructor

메소드 상세

Draw() 공개 메소드

draw the line
public Draw ( Graphics g, Matrix translate ) : void
g System.Drawing.Graphics drawing object
translate Matrix translation between drawn sketch and geometry object
리턴 void

LineSketch() 공개 메소드

constructor
public LineSketch ( Line2D line ) : System
line Line2D
리턴 System