The XViewport type exposes the following members.

Methods

  NameDescription
BringToFront
Brings view to the front.
ContainsOverloaded.
Equals

Determines whether the specified Object is equal to the current Object.

(Inherited from Object.)
Finalize

Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.

(Inherited from Object.)
GetHashCode

Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.

(Inherited from Object.)
GetPanelBounds
Gets the view size.
GetType

Gets the Type of the current instance.

(Inherited from Object.)
MemberwiseClone

Creates a shallow copy of the current Object.

(Inherited from Object.)
OnPanelRender
Performs the very rendering of the 3D scene.
OnPanelSizeChanged
The method is called on the XViewportPanel panel size change.
PointFromPanel
Converts the XViewportPanel panel coordinates to the view coordinates.
PointToPanel
Converts view coordinates to the XViewportPanel panel coordinates.
Render
Performs rendering of this view.
SendToBack
Sends view to the back.
SetPanel
Sets the XViewportPanel panel where the view is located.
ToString

Returns a String that represents the current Object.

(Inherited from Object.)
UpdateViewBounds
Updates the view size.

See Also