DX9ToolsR4 - Created by: X

DirectDrawLayer.ReCreateSrface Method (Device, String)

Recreates the surface.

[Visual Basic]
Overloads Public Sub ReCreateSrface( _
   ByVal Device As Device, _
   ByVal File As String _
)
[C#]
public void ReCreateSrface(
   Device Device,
   string File
);

Parameters

Device
A reference to a DirectDraw.Device type.
File
THe name of the file to create the surface from.

See Also

DirectDrawLayer Class | CBX.Libs.DX9ToolsR4 Namespace | DirectDrawLayer.ReCreateSrface Overload List