バージョン

CalculateRequiredSize メソッド

指定のスケール比でイメージを表示するために必要なサイズを計算します
シンタックス
'宣言
 
Public Function CalculateRequiredSize( _
   ByVal borderStyle As BorderStyle, _
   ByVal imageSize As Size, _
   ByVal scaleX As Integer, _
   ByVal scaleY As Integer _
) As Size
public Size CalculateRequiredSize( 
   BorderStyle borderStyle,
   Size imageSize,
   int scaleX,
   int scaleY
)

パラメータ

borderStyle
コントロールの境界線のスタイルです。
imageSize
画像のサイズ
scaleX
幅スケール比
scaleY
高さスケール比

戻り値の型

指定のスケール比でイメージを表示するために必要なサイズを示す System.Drawing.Size オブジェクト。
参照