UserFrame.UserFrame Method

Userframeのインスタンスを新しく作成します。

構文

[VB.NET]
Public new UserFrame(type As FrameType, data as IntPtr) As UserFrame
[C#]
public UserFrame(FrameType type, byte* data);
public UserFrame(FrameType type, IntPtr data);
パラメータ 説  明
Type UserFrameFrameTypeを指定します。
data データポインタを指定します。