Namespace: DeltaEngine.Graphics.SharpDXAssembly: DeltaEngine.Graphics.SharpDX (in DeltaEngine.Graphics.SharpDX.dll) Version: 1.1.1.0 (1.1.1)
protected SwapChainDescription CreateSwapChainDescription(
int width,
int height,
IntPtr handle
)
protected SwapChainDescription CreateSwapChainDescription(
int width,
int height,
IntPtr handle
)
Protected Function CreateSwapChainDescription (
width As Integer,
height As Integer,
handle As IntPtr
) As SwapChainDescription
Protected Function CreateSwapChainDescription (
width As Integer,
height As Integer,
handle As IntPtr
) As SwapChainDescription
protected:
SwapChainDescription CreateSwapChainDescription(
int width,
int height,
IntPtr handle
)
protected:
SwapChainDescription CreateSwapChainDescription(
int width,
int height,
IntPtr handle
)
member CreateSwapChainDescription :
width : int *
height : int *
handle : IntPtr -> SwapChainDescription
member CreateSwapChainDescription :
width : int *
height : int *
handle : IntPtr -> SwapChainDescription
Return Value
Type:
SwapChainDescription