CADability dotNET

The ModelView type exposes the following members.

Methods

  NameDescription
Public methodAdded (Overrides IShowPropertyImpl..::..Added(IPropertyTreeView).)
Public methodConnect
Protected methodFinalize (Overrides Object..::..Finalize()()()().)
Public methodForceInvalidateAll
Public methodGetContentsAsBitmap
Public methodGetContextMenu
Overrides GetContextMenu()()()(), returns the context menu with the id "MenuId.ModelView". (see LoadContextMenu(String, ICommandHandler))
(Overrides IShowPropertyImpl..::..GetContextMenu()()()().)
Public methodGetVisibleBoundingRect
Public methodGetVisibleLayers
Public methodInvalidate
Public methodIsLayerVisible
Public methodLabelChanged (Overrides IShowPropertyImpl..::..LabelChanged(String).)
Public methodRecalc
Public methodRecalcScrollPosition
Public methodRefreshBackground
Public methodRemoved (Overrides IShowPropertyImpl..::..Removed(IPropertyTreeView).)
Public methodSetDisplayPrecision
Sets the precision for the display of non linear entities (e.g. arcs). Choose a small value for high precision.
Public methodSetLayerVisibility
Public methodSetProjection
Set the direction of the view, the center and the scaling factor
Public methodSetViewDirection
Public methodSetViewPosition
Public methodZoomToModelExtent
DEPRECATED, use ZoomTotal(Double) instead.
Public methodZoomToRect
Public methodZoomTotal(Double)
Zoom to the extent of the displayed model. Use 1.1 as a factor to leave some small amound of border area blank. Use 1.0 to exactely fit into the window
Public methodZoomTotal(Rectangle, Double)
DEPRECATED, use ZoomTotal(Double) instead.

Explicit Interface Implementations

See Also