C# Класс Revit.SDK.Samples.CurtainWallGrid.CS.DrawObject

the class is designed to help draw the hints and the assistant lines of the curtain grid
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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