バージョン

GetGroupCenterHandler デリゲート

軸でグループの中心を検索するためのデリゲート。
シンタックス
'宣言
 
Public Delegate Function GetGroupCenterHandler( _
   ByVal index As Integer, _
   ByVal window As Rect, _
   ByVal viewport As Rect, _
   ByVal effectiveViewport As Rect _
) As Double
public delegate double GetGroupCenterHandler( 
   int index,
   Rect window,
   Rect viewport,
   Rect effectiveViewport
)

パラメータ

index
グループの中心を検索するインデックス。
window
軸のウィンドウ長方形を表します。0 ~ 1 の値はズームおよびスクロール位置を示します。
viewport
軸のビューポートを表します。
effectiveViewport
結果的なビューポートを表します。

戻り値の型

グループの中心。
参照