Click or drag to resize

DrawingView Methods

The DrawingView type exposes the following members.

Methods
  NameDescription
Public methodActivate
Activate the view.
(Inherited from TabView.)
Public methodBeginPanning
Start moving the view.
Public methodClose
Close the view.
(Inherited from TabView.)
Public methodEndPanning
Finish moving the view.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInvalidate
Invalidates the entire view.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnDrawTemporary
Raise the DrawTemporary event.
Protected methodOnMouseDoubleClick
Raise the MouseDoubleClick event.
Protected methodOnMouseDown
Raise the MouseDown event.
Protected methodOnMouseLeave
Raise the MouseLeave event.
Protected methodOnMouseMove
Raise the MouseMove event.
Protected methodOnMouseUp
Raise the MouseUp event.
Protected methodOnMouseWheel
Raise the MouseWheel event.
Public methodPanView
Move the view.
Public methodPointToClient
Convert the coordinates from the screen coordinate system to the client coordinate system.
Public methodPointToScreen
Convert the coordinates from the client coordinate system to the screen coordinate system.
Public methodScrollTo
Scroll the view so that the specified point appears at the center of the view.
Public methodShowContextMenu
Display context menu.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTransformPointClientToWorld
Convert the coordinates from the client coordinate system to the world coordinate system.
Public methodTransformPointLocalToWorld
Convert the coordinates from the local coordinate system of the specified layout to the world coordinate system.
Public methodTransformPointScreenToWorld
Convert the coordinates from the screen coordinate system to the world coordinate system.
Public methodTransformPointsLocalToWorld
Convert multiple coordinates from the local coordinate system of the specified layout to the world coordinate system.
Public methodTransformPointsWorldToLocal
Convert multiple coordinates from the world coordinate system to the local coordinate system of the specified layout.
Public methodTransformPointWorldToClient
Convert the coordinates from the world coordinate system to the client coordinate system.
Public methodTransformPointWorldToLocal
Convert the coordinates from the world coordinate system to the local coordinate system of the specified layout.
Public methodTransformPointWorldToScreen
Convert the coordinates from the world coordinate system to the screen coordinate system.
Public methodTransformShapeLocalToWorld
Convert geometry from the local coordinate system of the specified layout to the world coordinate system.
Public methodTransformShapesLocalToWorld
Convert multiple geometries from the local coordinate system of the specified layout to the world coordinate system.
Public methodTransformShapesWorldToLocal
Convert multiple geometries from the world coordinate system to the local coordinate system of the specified layout.
Public methodTransformShapeWorldToLocal
Convert geometry from the world coordinate system to the local coordinate system of the specified layout.
Public methodUpdate
Redraw the entire view.
Public methodZoomAll
Zoom in or out the view so that all the shapes in the view are displayed.
Public methodZoomIn
Zoom in the view.
Public methodZoomIn(Point, Double)
Zoom in the view.
Public methodZoomOut
Zoom out the view.
Public methodZoomOut(Point, Double)
Zoom out the view.
Public methodZoomPaper
Zoom in or out the view so that all the shapes in the paper are displayed.
Public methodZoomSelection
Zoom in or out the view so that the selected shape is displayed.
Public methodZoomWindow
Enlarges or reduces the view so that it displays within the range of the specified two points.
Top
See Also