Surface.Draw Method |
Language: |
Visual Basic Public Sub Draw( _
ByVal destRectangle As Rectangle, _
ByVal sourceSurface As Surface, _
ByVal flags As DrawFlags _
)C# public void Draw(
Rectangle destRectangle,
Surface sourceSurface,
DrawFlags flags
);C++ public:
void Draw(
Rectangle destRectangle,
Surface^ sourceSurface,
DrawFlags flags
);JScript public function Draw(
destRectangle : Rectangle,
sourceSurface : Surface,
flags : DrawFlags
);
destRectangle System.Drawing.Rectangle
sourceSurface Microsoft.DirectX.DirectDraw.Surface
flags Microsoft.DirectX.DirectDraw.DrawFlags
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