Surface.DrawToDc Method |
Language: |
Visual Basic Public Sub DrawToDc( _
ByVal hdc As IntPtr, _
ByVal destRect As Rectangle, _
ByVal srcRect As Rectangle _
)C# public void DrawToDc(
IntPtr hdc,
Rectangle destRect,
Rectangle srcRect
);C++ public:
void DrawToDc(
IntPtr hdc,
Rectangle destRect,
Rectangle srcRect
);JScript public function DrawToDc(
hdc : IntPtr,
destRect : Rectangle,
srcRect : Rectangle
);
hdc System.IntPtr
destRect System.Drawing.Rectangle
srcRect System.Drawing.Rectangle
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