Click or drag to resize
Ab4d.SharpEngine logo

D3DImageSourceCreateSharedBackBuffer Method

[Missing <summary> documentation for "M:Ab4d.SharpEngine.Wpf.Controls.D3DImageSource.CreateSharedBackBuffer(System.Int32,System.Int32,System.UInt64)"]


Namespace: Ab4d.SharpEngine.Wpf.Controls
Assembly: Ab4d.SharpEngine.Wpf (in Ab4d.SharpEngine.Wpf.dll) Version: 3.1.9316+94bbd23b55747f096f056a5602f7dd90558b3673
Syntax
C#
public IntPtr CreateSharedBackBuffer(
	int width,
	int height,
	ulong requiredDeviceLuid
)

Parameters

width  Int32

[Missing <param name="width"/> documentation for "M:Ab4d.SharpEngine.Wpf.Controls.D3DImageSource.CreateSharedBackBuffer(System.Int32,System.Int32,System.UInt64)"]

height  Int32

[Missing <param name="height"/> documentation for "M:Ab4d.SharpEngine.Wpf.Controls.D3DImageSource.CreateSharedBackBuffer(System.Int32,System.Int32,System.UInt64)"]

requiredDeviceLuid  UInt64

[Missing <param name="requiredDeviceLuid"/> documentation for "M:Ab4d.SharpEngine.Wpf.Controls.D3DImageSource.CreateSharedBackBuffer(System.Int32,System.Int32,System.UInt64)"]

Return Value

IntPtr

[Missing <returns> documentation for "M:Ab4d.SharpEngine.Wpf.Controls.D3DImageSource.CreateSharedBackBuffer(System.Int32,System.Int32,System.UInt64)"]

Remarks

[Missing <remarks> documentation for "M:Ab4d.SharpEngine.Wpf.Controls.D3DImageSource.CreateSharedBackBuffer(System.Int32,System.Int32,System.UInt64)"]

See Also