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

base class of sketch object to draw 2D geometry object
파일 보기 프로젝트 열기: AMEE/revit

보호된 프로퍼티들

프로퍼티 타입 설명
m_boundingBox System.Drawing.RectangleF
m_objects List
m_pen System.Drawing.Pen
m_transform Matrix

공개 메소드들

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

geometric object draw itself

메소드 상세

Draw() 공개 추상적인 메소드

geometric object draw itself
public abstract Draw ( Graphics g, Matrix translate ) : void
g System.Drawing.Graphics
translate Matrix
리턴 void

프로퍼티 상세

m_boundingBox 보호되어 있는 프로퍼티

bounding box of the geometry object
protected RectangleF,System.Drawing m_boundingBox
리턴 System.Drawing.RectangleF

m_objects 보호되어 있는 프로퍼티

reserve lines that form the profile
protected List m_objects
리턴 List

m_pen 보호되어 있는 프로퍼티

pen to draw the object
protected Pen,System.Drawing m_pen
리턴 System.Drawing.Pen

m_transform 보호되어 있는 프로퍼티

defines a local geometric transform
protected Matrix m_transform
리턴 Matrix