RenderingContextInitialViewport Property |
Gets or sets a Viewport that defines the initial area where the scene will be rendered.
InitialViewport is fixed during frame rendering. This is the difference between
CurrentViewport that can change during rendering.
Namespace: Ab3d.DirectXAssembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 1.1.5815.1040
Syntaxpublic ViewportF InitialViewport { get; }
Property Value
Type:
ViewportF
See Also