CADability dotNET

The GDI2DView type exposes the following members.

Constructors

  NameDescription
Protected methodGDI2DView()()()()
Protected methodGDI2DView(SerializationInfo, StreamingContext)
Public methodGDI2DView(Project, Model, IFrame)
Creates a new AnimatedView object. In oder to display this view on the screen you need to add this view to a SingleDocumentFrame and set it as the ActiveView.

Methods

Properties

  NameDescription
Public propertyAllowContextMenu
Public propertyAllowDrag
Public propertyAllowDrop
Public propertyBackgroundColor
Public propertyDeferRefresh
If set to true, any updates to the model will be ignored until set to false
Public propertyEntryType
Overrides EntryType, returns GroupTitle.
(Overrides IShowPropertyImpl..::..EntryType.)
Public propertyLabelText (Overrides IShowPropertyImpl..::..LabelText.)
Public propertyLabelType
Overrides LabelType
(Overrides IShowPropertyImpl..::..LabelType.)
Public propertyModel
Public propertyName
Public propertyPaperHeight
Public propertyPaperWidth
Public propertyShowCoordCross
Public propertyShowPaper
Public propertySubEntries
Overrides SubEntries, returns the subentries in this property view.
(Overrides IShowPropertyImpl..::..SubEntries.)
Public propertySubEntriesCount
Overrides SubEntriesCount, returns the number of subentries in this property view.
(Overrides IShowPropertyImpl..::..SubEntriesCount.)
Public propertyUseDisplayOrder
Public propertyVisibleLayers

Events

  NameDescription
Public eventMouseDoubleClick
Provide an event handler for the mouse double click message here if you want to manipulate the mouse input to this ModelView
Public eventMouseDown
Provide an event handler for the mouse down message here if you want to manipulate the mouse input to this ModelView
Public eventMouseMove
Provide an event handler for the mouse move message here if you want to manipulate the mouse input to this ModelView
Public eventMouseUp
Provide an event handler for the mouse up message here if you want to manipulate the mouse input to this ModelView
Public eventMouseWheel
Provide an event handler for the mouse wheel message here if you want to manipulate the mouse input to this ModelView
Public eventPaintActiveEvent
Public eventPaintBackgroundEvent
Public eventPaintDrawingEvent
Public eventPaintSelectEvent
Public eventScrollPositionChangedEvent

Explicit Interface Implementations

See Also