C# Class ChatterBox.Client.Universal.Services.FrameFormatEventArgs

Inheritance: System.EventArgs
Show file Open project: openpeer/ChatterBox

Public Properties

Property Type Description
Height System.UInt32
SwapChainHandle System.Int64
Width System.UInt32

Public Methods

Method Description
FrameFormatEventArgs ( System.Int64 swapChainHandle, UInt32 width, UInt32 height ) : System

Method Details

FrameFormatEventArgs() public method

public FrameFormatEventArgs ( System.Int64 swapChainHandle, UInt32 width, UInt32 height ) : System
swapChainHandle System.Int64
width System.UInt32
height System.UInt32
return System

Property Details

Height public property

public UInt32,System Height
return System.UInt32

SwapChainHandle public property

public Int64,System SwapChainHandle
return System.Int64

Width public property

public UInt32,System Width
return System.UInt32