DrawOnScreenParams Class

Data for DrawOnScreen.
Public Class DrawOnScreenParams 
Inherits DrawOnScreenWireframeParams
This language is not supported or no code example is available.
public class DrawOnScreenParams : DrawOnScreenWireframeParams
This language is not supported or no code example is available.
Name Description
Public property BottomBorder Gets or sets the viewport bottom border minus the vertex size.
Public property Camera Gets of set the Camera. (inherited from DrawOnScreenWireframeParams).
Public property DepthValues Gets or sets the depth values of the scene.
Public property DigitsTexture Gets or sets the texture used to draw the vertices numbers. (inherited from DrawOnScreenWireframeParams).
Public property LeftBorder Gets or sets the viewport left border minus the vertex size.
Public property ModelViewProj Gets the ModelView projection matrix. (inherited from DrawOnScreenWireframeParams).
Public property RenderContext Gets or sets the render context. (inherited from DrawOnScreenWireframeParams).
Public property RightBorder Gets or sets the viewport right border minus the vertex size.
Public property Stride Gets or sets the stride of each row of depth values.
Public property TopBorder Gets or sets the viewport top border minus the vertex size.
Public property ViewFrame Gets or sets the viewport bounds. (inherited from DrawOnScreenWireframeParams).
Top
Methods
 
Name Description
Public method Equals(Object) Determines whether the specified object is equal to the current object. (inherited from Object).
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (inherited from Object).
Public method GetHashCode Serves as the default hash function. (inherited from Object).
Public method GetType Gets the Type of the current instance. (inherited from Object).
Protected method MemberwiseClone Creates a shallow copy of the current Object. (inherited from Object).
Public method ToString Returns a string that represents the current object. (inherited from Object).
Top

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition