C# Class Revit.SDK.Samples.InPlaceMembers.CS.PictureBox3D

picturebox wich can display 3D geometry outline
Inheritance: System.Windows.Forms.Button
Afficher le fichier Open project: AMEE/revit

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
OnPaint ( PaintEventArgs pe ) : void

paint outline

Private Methods

Méthode Description
GetDisplayRegion ( ) : System.Drawing.PointF[]

get the display region, adjust the proportion and location

Method Details

MoveX() public méthode

move view in horizontal direction
public MoveX ( bool left ) : void
left bool left or right
Résultat void

MoveY() public méthode

move view in vertical direction
public MoveY ( bool up ) : void
up bool up or down
Résultat void

OnPaint() protected méthode

paint outline
protected OnPaint ( PaintEventArgs pe ) : void
pe PaintEventArgs
Résultat void

Scale() public méthode

scale the view by default value
public Scale ( bool zoomIn ) : void
zoomIn bool zomme in or zoom out
Résultat void