PowerTools SPREAD for Windows Forms 8.0J
GetChartLocationOffset メソッド


チャートの幅
チャートの高さ
Spreadビュー内での正しいチャート位置を取得します。
構文
'Declaration
 
Public Function GetChartLocationOffset( _
   ByVal width As Integer, _
   ByVal height As Integer _
) As Point
'使用法
 
Dim instance As DrawingToolbar
Dim width As Integer
Dim height As Integer
Dim value As Point
 
value = instance.GetChartLocationOffset(width, height)
public Point GetChartLocationOffset( 
   int width,
   int height
)

パラメータ

width
チャートの幅
height
チャートの高さ

戻り値の型

正しいチャート位置
参照

DrawingToolbar クラス
DrawingToolbar メンバ

 

 


© 2004-2015, GrapeCity inc. All rights reserved.