Click or drag to resize
AB4D logo

RenderingContextCurrentViewport Property

Gets or sets the current Viewport that is used for the next DrawCall. The value of CurrentViewport is initialized from DXScene.Viewport in the InitializeRenderingStep.

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
public ViewportF CurrentViewport { get; set; }

Property Value

ViewportF
See Also