Surface.Surface Constructor |
Language: |
Visual Basic Public Sub New( _
ByVal source As Bitmap, _
ByVal desc As SurfaceDescription, _
ByVal dev As Device _
)C# public Surface(
Bitmap source,
SurfaceDescription desc,
Device dev
);C++ public:
Surface(
Bitmap^ source,
SurfaceDescription^ desc,
Device^ dev
);JScript public function Surface(
source : Bitmap,
desc : SurfaceDescription,
dev : Device
);
source System.Drawing.Bitmap
desc Microsoft.DirectX.DirectDraw.SurfaceDescription
dev Microsoft.DirectX.DirectDraw.Device
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center