画像の有効性検査

Namespace: FVIL.DS
Assembly: FVILforms (in FVILforms.dll) Version: 3.1.0.0 (3.1.0.9)

Syntax

C#
public virtual int CheckValidity(
	CFviImage image
)
Visual Basic
Public Overridable Function CheckValidity ( 
	image As CFviImage
) As Integer

Parameters

image
Type: FVIL.Data..::..CFviImage
検査対象の画像オブジェクト

Return Value

Type: Int32
正常な場合は FVIL.ErrorCode._SUCCESS を返します。 まだ、生成されていない場合は例外を発行します。

See Also