PrintDocument for WinForms
GetAutoSize メソッド (RenderInputBase)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > RenderInputBase クラス : GetAutoSize メソッド
Context that should be used to get calculated style properties.
OUT: Width of the control.
OUT: Height of the control.
Returns the preffered size of the input control in pixels.
シンタックス
'宣言
 
Public MustOverride Sub GetAutoSize( _
   ByVal context As IScriptContext, _
   ByRef width As System.Integer, _
   ByRef height As System.Integer _
) 
'使用法
 
Dim instance As RenderInputBase
Dim context As IScriptContext
Dim width As System.Integer
Dim height As System.Integer
 
instance.GetAutoSize(context, width, height)
public abstract void GetAutoSize( 
   IScriptContext context,
   ref System.int width,
   ref System.int height
)

パラメータ

context
Context that should be used to get calculated style properties.
width
OUT: Width of the control.
height
OUT: Height of the control.
参照

RenderInputBase クラス
RenderInputBase メンバ