ComponentOne Bitmap for WPF
Max Method (Vector2)

C1.WPF.DX.4 Assembly > C1.Util.DX Namespace > Vector2 Structure : Max Method
The first source vector.
The second source vector.
Returns a vector containing the largest components of the specified vectors.
Syntax
'Declaration
 
Public Shared Function Max( _
   ByVal left As Vector2, _
   ByVal right As Vector2 _
) As Vector2
public static Vector2 Max( 
   Vector2 left,
   Vector2 right
)

Parameters

left
The first source vector.
right
The second source vector.

Return Value

A vector containing the largest components of the source vectors.
See Also

Reference

Vector2 Structure
Vector2 Members