DioDocs for PDF
Max メソッド (Vector2)

DS.Documents.DX.Windows アセンブリ > GrapeCity.Documents.DX 名前空間 > Vector2 構造体 : Max メソッド
最初のソースベクトル。
2番目のソースベクトル。
指定されたベクトルの最大のコンポーネントを含むベクトルを返します。
シンタックス
'宣言
 
Public Shared Function Max( _
   ByVal left As Vector2, _
   ByVal right As Vector2 _
) As Vector2
public static Vector2 Max( 
   Vector2 left,
   Vector2 right
)

パラメータ

left
最初のソースベクトル。
right
2番目のソースベクトル。

戻り値の型

ソースベクトルの最大のコンポーネントを含むベクトル。
参照

Vector2 構造体
Vector2 メンバ