初期値指定コンストラクタ

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

Syntax

C#
public static F_IMG_INFO init(
	uint width,
	uint height,
	uint type,
	uint channel,
	uint depth
)
Visual Basic
Public Shared Function init ( 
	width As UInteger,
	height As UInteger,
	type As UInteger,
	channel As UInteger,
	depth As UInteger
) As F_IMG_INFO

Parameters

width
Type: System..::..UInt32
height
Type: System..::..UInt32
高さ
type
Type: System..::..UInt32
画像種別
channel
Type: System..::..UInt32
チャネル数
depth
Type: System..::..UInt32
画像のBPP値 (1画素あたりの有効ビット数) 値範囲:1〜64

Return Value

Type: F_IMG_INFO
指定された値で構築されたインスタンスを返します。

See Also