入力画像コレクションの要素数変更

Namespace: FVIL
Assembly: FVILbasic (in FVILbasic.dll) Version: 3.1.0.0 (3.1.0.17)

Syntax

C#
protected void ResizeSrcImages(
	int size
)
Visual Basic
Protected Sub ResizeSrcImages ( 
	size As Integer
)

Parameters

size
Type: System..::..Int32
確保する要素数 [範囲:0~]

Remarks

派生クラスのコンストラクタで入力画像コレクションの要素数を変更する際に使用する内部関数です。

See Also