Click or drag to resize

RenderImageDx9SurfaceFactoryCreateImage Method

Creates a DirectX9 Surface at a specified resolution on a specific DirectX9 Device.

Namespace:  Lumiscaphe.Workshop.Interop
Assembly:  Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax
public static RenderImageDx9Surface CreateImage(
	RenderDx9Device device,
	RenderResources resources,
	RenderResolution resolution
)

Parameters

device
Type: Lumiscaphe.Workshop.InteropRenderDx9Device
The DirectX9 device used to create the DirectX9 Surface.
resources
Type: Lumiscaphe.Workshop.InteropRenderResources
The OpenGL resources.
resolution
Type: Lumiscaphe.Workshop.InteropRenderResolution
The DirectX9 Surface resolution.

Return Value

Type: RenderImageDx9Surface
The created DirectX9 Surface.
Exceptions
ExceptionCondition
ObjectNullExceptiondevice == null, resources == null
ObjectDestroyedExceptionRenderResources::IsDestroyed == true, RenderDx9Device::IsDestroyed == true
Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also