カーネルフィルターテンプレート用デリゲート (fnFIE_img_filter_template_mxn)

Namespace: fvalgcli
Assembly: fvalgcli (in fvalgcli.dll) Version: 3.1.0.0 (3.1.0.11)

Syntax

C#
public delegate void F_TEMPLATE_FUNC_MxN(
	IntPtr src_pixel,
	SIZE_T step,
	IntPtr dst_pixel,
	IntPtr param
)
Visual Basic
Public Delegate Sub F_TEMPLATE_FUNC_MxN ( 
	src_pixel As IntPtr,
	step As SIZE_T,
	dst_pixel As IntPtr,
	param As IntPtr
)

Parameters

src_pixel
Type: System..::..IntPtr
入力画像(hsrc)の画素
step
Type: fvalgcli..::..SIZE_T
入力画像のステップサイズ(画素単位)
dst_pixel
Type: System..::..IntPtr
出力画像(hdst)の画素
param
Type: System..::..IntPtr
オプションパラメータ。(func_param に指定されたもの)

See Also