MESCIUS SPREAD for Windows Forms 17.0J
GetDistance メソッド (WorksheetDrawing)

AnchorPointの値はアンカーポイントを示します。
AnchorPointの値はターゲットポイントを示します。
2 のAnchorPointの水平方向の距離です。
2 のAnchorPointの垂直方向の距離です。
水平スケール。
垂直スケール。
anchorPoint位置からtargetPoint位置までの距離 (水平および垂直) を取得します。
構文
'Declaration
 
Public Sub GetDistance( _
   ByRef anchorPoint As AnchorPoint, _
   ByRef targetPoint As AnchorPoint, _
   ByRef width As Double, _
   ByRef height As Double, _
   Optional ByVal scaleX As Double, _
   Optional ByVal scaleY As Double _
) 
public void GetDistance( 
   ref AnchorPoint anchorPoint,
   ref AnchorPoint targetPoint,
   out double width,
   out double height,
   double scaleX,
   double scaleY
)

パラメータ

anchorPoint
AnchorPointの値はアンカーポイントを示します。
targetPoint
AnchorPointの値はターゲットポイントを示します。
width
2 のAnchorPointの水平方向の距離です。
height
2 のAnchorPointの垂直方向の距離です。
scaleX
水平スケール。
scaleY
垂直スケール。
参照

WorksheetDrawing クラス
WorksheetDrawing メンバ

 

 


© MESCIUS inc. All rights reserved.