DrawingView Methods |
The DrawingView type exposes the following members.
| Name | Description | |
|---|---|---|
| Activate |
Activate the view.
(Inherited from TabView.) | |
| BeginPanning |
Start moving the view.
| |
| Close |
Close the view.
(Inherited from TabView.) | |
| EndPanning |
Finish moving the view.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Invalidate |
Invalidates the entire view.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| OnDrawTemporary |
Raise the DrawTemporary event.
| |
| OnMouseDoubleClick |
Raise the MouseDoubleClick event.
| |
| OnMouseDown |
Raise the MouseDown event.
| |
| OnMouseLeave |
Raise the MouseLeave event.
| |
| OnMouseMove |
Raise the MouseMove event.
| |
| OnMouseUp |
Raise the MouseUp event.
| |
| OnMouseWheel |
Raise the MouseWheel event.
| |
| PanView |
Move the view.
| |
| PointToClient |
Convert the coordinates from the screen coordinate system to the client coordinate system.
| |
| PointToScreen |
Convert the coordinates from the client coordinate system to the screen coordinate system.
| |
| ScrollTo |
Scroll the view so that the specified point appears at the center of the view.
| |
| ShowContextMenu |
Display context menu.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| TransformPointClientToWorld |
Convert the coordinates from the client coordinate system to the world coordinate system.
| |
| TransformPointLocalToWorld |
Convert the coordinates from the local coordinate system of the specified layout to the world coordinate system.
| |
| TransformPointScreenToWorld |
Convert the coordinates from the screen coordinate system to the world coordinate system.
| |
| TransformPointsLocalToWorld |
Convert multiple coordinates from the local coordinate system of the specified layout to the world coordinate system.
| |
| TransformPointsWorldToLocal |
Convert multiple coordinates from the world coordinate system to the local coordinate system of the specified layout.
| |
| TransformPointWorldToClient |
Convert the coordinates from the world coordinate system to the client coordinate system.
| |
| TransformPointWorldToLocal |
Convert the coordinates from the world coordinate system to the local coordinate system of the specified layout.
| |
| TransformPointWorldToScreen |
Convert the coordinates from the world coordinate system to the screen coordinate system.
| |
| TransformShapeLocalToWorld |
Convert geometry from the local coordinate system of the specified layout to the world coordinate system.
| |
| TransformShapesLocalToWorld |
Convert multiple geometries from the local coordinate system of the specified layout to the world coordinate system.
| |
| TransformShapesWorldToLocal |
Convert multiple geometries from the world coordinate system to the local coordinate system of the specified layout.
| |
| TransformShapeWorldToLocal |
Convert geometry from the world coordinate system to the local coordinate system of the specified layout.
| |
| Update |
Redraw the entire view.
| |
| ZoomAll |
Zoom in or out the view so that all the shapes in the view are displayed.
| |
| ZoomIn |
Zoom in the view.
| |
| ZoomIn(Point, Double) |
Zoom in the view.
| |
| ZoomOut |
Zoom out the view.
| |
| ZoomOut(Point, Double) |
Zoom out the view.
| |
| ZoomPaper |
Zoom in or out the view so that all the shapes in the paper are displayed.
| |
| ZoomSelection |
Zoom in or out the view so that the selected shape is displayed.
| |
| ZoomWindow |
Enlarges or reduces the view so that it displays within the range of the specified two points.
|