Version

SetProjectionMatrix Method

Adjusts the current MatrixTransform object to project the source rectangle to the target rectangle.
Syntax
'Declaration
 
Public Shared Function SetProjectionMatrix( _
   ByVal matrixTransform As MatrixTransform, _
   ByVal source As Rect, _
   ByVal target As Rect _
) As MatrixTransform
public static MatrixTransform SetProjectionMatrix( 
   MatrixTransform matrixTransform,
   Rect source,
   Rect target
)

Parameters

matrixTransform
The current MatrixTransform object.
source
Source rectangle.
target
Target rectangle.

Return Value

The current MatrixTransform
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