Click or drag to resize
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.DirectX
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 1.1.5815.1040
Syntax
C#
public ViewportF InitialViewport { get; }

Property Value

Type: ViewportF
See Also