Version 24.2 (latest)

RenderAlternateView Method (PolarBase)

Renders an alternate view for of this series
Syntax
public override void RenderAlternateView( 
   Rect viewportRect,
   Rect windowRect,
   RenderSurface surface,
   string viewIdentifier,
   double effectiveScalingRatio
)

Parameters

viewportRect
The viewport to use.
windowRect
The current window, a rectangle bounded between 0 and 1 representing the pan and zoom position.
surface
The render target.
viewIdentifier
String key to use for this view target
effectiveScalingRatio
The effective scaling ratio.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also