Interface IView
Assembly: CADability.dll
Syntax
Properties
|
Improve this Doc
View Source
Declaration
bool AllowContextMenu { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
|
Improve this Doc
View Source
AllowDrag
Declaration
Property Value
| Type |
Description |
| System.Boolean |
|
|
Improve this Doc
View Source
AllowDrop
Declaration
Property Value
| Type |
Description |
| System.Boolean |
|
|
Improve this Doc
View Source
Canvas
Declaration
Property Value
|
Improve this Doc
View Source
DisplayRectangle
Declaration
Rectangle DisplayRectangle { get; }
Property Value
| Type |
Description |
| System.Drawing.Rectangle |
|
|
Improve this Doc
View Source
LastSnapMode
Declaration
SnapPointFinder.DidSnapModes LastSnapMode { get; }
Property Value
|
Improve this Doc
View Source
LastSnapObject
Declaration
IGeoObject LastSnapObject { get; }
Property Value
|
Improve this Doc
View Source
Model
Declaration
Property Value
|
Improve this Doc
View Source
Name
Declaration
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
PaintType
Currently we support two types "GDI" and "3D"
Declaration
string PaintType { get; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
ProjectedModel
Declaration
ProjectedModel ProjectedModel { get; }
Property Value
|
Improve this Doc
View Source
Projection
Declaration
Projection Projection { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
AdjustPoint(GeoPoint, Point, out GeoPoint, GeoObjectList)
Declaration
SnapPointFinder.DidSnapModes AdjustPoint(GeoPoint BasePoint, Point MousePoint, out GeoPoint WorldPoint, GeoObjectList ToIgnore)
Parameters
Returns
|
Improve this Doc
View Source
AdjustPoint(Point, out GeoPoint, GeoObjectList)
Declaration
SnapPointFinder.DidSnapModes AdjustPoint(Point MousePoint, out GeoPoint WorldPoint, GeoObjectList ToIgnore)
Parameters
Returns
|
Improve this Doc
View Source
Connect(ICanvas)
Declaration
void Connect(ICanvas canvas)
Parameters
| Type |
Name |
Description |
| ICanvas |
canvas |
|
|
Improve this Doc
View Source
DoDragDrop(GeoObjectList, DragDropEffects)
Declaration
DragDropEffects DoDragDrop(GeoObjectList dragList, DragDropEffects all)
Parameters
Returns
|
Improve this Doc
View Source
GetDataPresent(Object)
Declaration
GeoObjectList GetDataPresent(object data)
Parameters
| Type |
Name |
Description |
| System.Object |
data |
|
Returns
|
Improve this Doc
View Source
GetShowProperties(IFrame)
Declaration
IShowProperty GetShowProperties(IFrame Frame)
Parameters
| Type |
Name |
Description |
| IFrame |
Frame |
|
Returns
|
Improve this Doc
View Source
Declaration
void HScroll(double Position)
Parameters
| Type |
Name |
Description |
| System.Double |
Position |
|
|
Improve this Doc
View Source
Invalidate(PaintBuffer.DrawingAspect, Rectangle)
Declaration
void Invalidate(PaintBuffer.DrawingAspect aspect, Rectangle ToInvalidate)
Parameters
|
Improve this Doc
View Source
InvalidateAll()
Declaration
|
Improve this Doc
View Source
OnDragDrop(DragEventArgs)
Declaration
void OnDragDrop(DragEventArgs drgevent)
Parameters
|
Improve this Doc
View Source
OnDragEnter(DragEventArgs)
Declaration
void OnDragEnter(DragEventArgs drgevent)
Parameters
|
Improve this Doc
View Source
OnDragLeave(EventArgs)
Declaration
void OnDragLeave(EventArgs e)
Parameters
| Type |
Name |
Description |
| System.EventArgs |
e |
|
|
Improve this Doc
View Source
OnDragOver(DragEventArgs)
Declaration
void OnDragOver(DragEventArgs drgevent)
Parameters
|
Improve this Doc
View Source
OnMouseDoubleClick(MouseEventArgs)
Declaration
void OnMouseDoubleClick(MouseEventArgs e)
Parameters
|
Improve this Doc
View Source
OnMouseDown(MouseEventArgs)
Declaration
void OnMouseDown(MouseEventArgs e)
Parameters
|
Improve this Doc
View Source
OnMouseEnter(EventArgs)
Declaration
void OnMouseEnter(EventArgs e)
Parameters
| Type |
Name |
Description |
| System.EventArgs |
e |
|
|
Improve this Doc
View Source
OnMouseHover(EventArgs)
Declaration
void OnMouseHover(EventArgs e)
Parameters
| Type |
Name |
Description |
| System.EventArgs |
e |
|
|
Improve this Doc
View Source
OnMouseLeave(EventArgs)
Declaration
void OnMouseLeave(EventArgs e)
Parameters
| Type |
Name |
Description |
| System.EventArgs |
e |
|
|
Improve this Doc
View Source
OnMouseMove(MouseEventArgs)
Declaration
void OnMouseMove(MouseEventArgs e)
Parameters
|
Improve this Doc
View Source
OnMouseUp(MouseEventArgs)
Declaration
void OnMouseUp(MouseEventArgs e)
Parameters
|
Improve this Doc
View Source
OnMouseWheel(MouseEventArgs)
Declaration
void OnMouseWheel(MouseEventArgs e)
Parameters
|
Improve this Doc
View Source
OnPaint(PaintEventArgs)
Declaration
void OnPaint(PaintEventArgs e)
Parameters
|
Improve this Doc
View Source
OnSizeChanged(Rectangle)
Declaration
void OnSizeChanged(Rectangle oldClientRectangle)
Parameters
| Type |
Name |
Description |
| System.Drawing.Rectangle |
oldClientRectangle |
|
|
Improve this Doc
View Source
PickObjects(Point, PickMode)
Declaration
GeoObjectList PickObjects(Point MousePoint, PickMode pickMode)
Parameters
| Type |
Name |
Description |
| System.Drawing.Point |
MousePoint |
|
| PickMode |
pickMode |
|
Returns
|
Improve this Doc
View Source
RemovePaintHandler(PaintBuffer.DrawingAspect, PaintView)
Declaration
void RemovePaintHandler(PaintBuffer.DrawingAspect aspect, PaintView PaintHandler)
Parameters
|
Improve this Doc
View Source
SetCursor(String)
Declaration
void SetCursor(string cursor)
Parameters
| Type |
Name |
Description |
| System.String |
cursor |
|
|
Improve this Doc
View Source
SetPaintHandler(PaintBuffer.DrawingAspect, PaintView)
Declaration
void SetPaintHandler(PaintBuffer.DrawingAspect aspect, PaintView PaintHandler)
Parameters
|
Improve this Doc
View Source
Declaration
void VScroll(double Position)
Parameters
| Type |
Name |
Description |
| System.Double |
Position |
|
|
Improve this Doc
View Source
ZoomDelta(Double)
Declaration
Parameters
| Type |
Name |
Description |
| System.Double |
f |
|
|
Improve this Doc
View Source
ZoomToRect(BoundingRect)
Declaration
void ZoomToRect(BoundingRect World2D)
Parameters
|
Improve this Doc
View Source
ZoomTotal(Double)
Declaration
Parameters
| Type |
Name |
Description |
| System.Double |
f |
|
Events
|
Improve this Doc
View Source
Declaration
event ScrollPositionChanged ScrollPositionChangedEvent
Event Type