DrawOnScreenParams Class

Data for Entity.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) (inherited from Object).
Protected method Finalize (inherited from Object).
Public method GetHashCode (inherited from Object).
Public method GetType (inherited from Object).
Protected method MemberwiseClone (inherited from Object).
Public method ToString (inherited from Object).
Top

.NET Framework

Supported in: 4.7.2

In this article

Definition