The XViewport type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| XViewport | Overloaded. |
Methods
| Name | Description | |
|---|---|---|
| BringToFront |
Brings view to the front.
| |
| Contains | Overloaded. | |
| Equals | (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. | |
| GetHashCode | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. | |
| GetPanelBounds |
Gets the view size.
| |
| GetType | Gets the Type of the current instance. | |
| MemberwiseClone | Creates a shallow copy of the current 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 | (Inherited from Object.) | |
| UpdateViewBounds |
Updates the view size.
|
Properties
| Name | Description | |
|---|---|---|
| BackColor |
Gets or sets the view background color.
| |
| BackColors |
Gets or sets the array of 4 colors using that it is easy to create color gradients on the background. Colors are in the order of left upper, right upper, right lower and left lower corner.
| |
| BackgroundTexture |
Gets or sets the background texture.
| |
| Bounds |
Gets or sets the view boundary.
| |
| BoundsMode |
Gets or sets the interpretation mode of the view boundaries on the XViewportPanel panel.
| |
| EnableSoundEffects |
Gets or sets whether the sound efects will be enabled during the scene rendering.
| |
| Height |
Gets the view height.
| |
| IsOverlay |
Gets or sets whether the view is transparent and views under it are visible.
| |
| IsRenderable |
Determines whether the view is renderable.
| |
| MouseSelectable | ||
| Name |
Gets or sets the view name.
| |
| Panel |
Gets or sets the XViewportPanel panel where the view is located.
| |
| Size |
Gets the view size.
| |
| SyncRoot | ||
| Viewport |
Gets the DirectX layer Viewport view.
| |
| Visible |
Gets or sets the viewport visibility.
| |
| Width |
Gets the view width.
| |
| X |
Gets the X coordinate of the upper left view corner.
| |
| Y |
Gets the Y coordinate of the upper left view corner.
| |
| ZOrder |
Gets the view Z-order value.
|