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