明示的な型変換演算子 (RGB32_PTR←Int32)

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

Syntax

C#
public static explicit operator RGB32_PTR (
	int src
)
Visual Basic
Public Shared Narrowing Operator CType ( 
	src As Integer
) As RGB32_PTR

Parameters

src
Type: System..::..Int32
複製元

Return Value

Type: RGB32_PTR
RGB32_PTR 構造体に代入して返します。

See Also