Version

RenderAlternateView Method (Series)

Renders an alternate view for use with tiling, etc.
Syntax
'Declaration
 
Public Overridable Sub RenderAlternateView( _
   ByVal viewportRect As Rect, _
   ByVal windowRect As Rect, _
   ByVal surface As RenderSurface, _
   ByVal viewIdentifier As String, _
   ByVal effectiveScalingRatio As Double _
) 
public virtual 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