C# 클래스 Revit.SDK.Samples.InPlaceMembers.CS.PictureBox3D

picturebox wich can display 3D geometry outline
상속: System.Windows.Forms.Button
파일 보기 프로젝트 열기: AMEE/revit

공개 메소드들

메소드 설명
MoveX ( bool left ) : void

move view in horizontal direction

MoveY ( bool up ) : void

move view in vertical direction

Scale ( bool zoomIn ) : void

scale the view by default value

보호된 메소드들

메소드 설명
OnPaint ( PaintEventArgs pe ) : void

paint outline

비공개 메소드들

메소드 설명
GetDisplayRegion ( ) : System.Drawing.PointF[]

get the display region, adjust the proportion and location

메소드 상세

MoveX() 공개 메소드

move view in horizontal direction
public MoveX ( bool left ) : void
left bool left or right
리턴 void

MoveY() 공개 메소드

move view in vertical direction
public MoveY ( bool up ) : void
up bool up or down
리턴 void

OnPaint() 보호된 메소드

paint outline
protected OnPaint ( PaintEventArgs pe ) : void
pe PaintEventArgs
리턴 void

Scale() 공개 메소드

scale the view by default value
public Scale ( bool zoomIn ) : void
zoomIn bool zomme in or zoom out
리턴 void