C# 클래스 Revit.SDK.Samples.CurtainWallGrid.CS.DrawObject

the class is designed to help draw the hints and the assistant lines of the curtain grid
파일 보기 프로젝트 열기: AMEE/revit 1 사용 예제들

공개 메소드들

메소드 설명
Clear ( ) : void

clear all the to-be-drawn lines

Draw ( Graphics graphics ) : void

draw the assistant lines and hint text

DrawObject ( ) : System

default constructor

DrawObject ( Line2D line, Pen pen ) : System

constructor

메소드 상세

Clear() 공개 메소드

clear all the to-be-drawn lines
public Clear ( ) : void
리턴 void

Draw() 공개 메소드

draw the assistant lines and hint text
public Draw ( Graphics graphics ) : void
graphics System.Drawing.Graphics /// the graphics used to draw the lines ///
리턴 void

DrawObject() 공개 메소드

default constructor
public DrawObject ( ) : System
리턴 System

DrawObject() 공개 메소드

constructor
public DrawObject ( Line2D line, Pen pen ) : System
line Line2D /// the line to be drawn ///
pen System.Drawing.Pen /// the pen used to draw the line ///
리턴 System