コンストラクタ

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

Syntax

C#
public CFviFormatInfo(
	string media_type,
	string sub_type,
	string format_type,
	Size video_size
)
Visual Basic
Public Sub New ( 
	media_type As String,
	sub_type As String,
	format_type As String,
	video_size As Size
)

Parameters

media_type
Type: System..::..String
メディアタイプ
sub_type
Type: System..::..String
メディアサブタイプ
format_type
Type: System..::..String
フォーマットタイプ
video_size
Type: System.Drawing..::..Size
ビデオサイズ

See Also