Surface.DrawFast Method |
Language: |
Visual Basic Public Sub DrawFast( _
ByVal xcoord As Integer, _
ByVal ycoord As Integer, _
ByVal sourceSurface As Surface, _
ByVal srcRectangle As Rectangle, _
ByVal flags As DrawFastFlags _
)C# public void DrawFast(
int xcoord,
int ycoord,
Surface sourceSurface,
Rectangle srcRectangle,
DrawFastFlags flags
);C++ public:
void DrawFast(
int xcoord,
int ycoord,
Surface^ sourceSurface,
Rectangle srcRectangle,
DrawFastFlags flags
);JScript public function DrawFast(
xcoord : int,
ycoord : int,
sourceSurface : Surface,
srcRectangle : Rectangle,
flags : DrawFastFlags
);
xcoord System.Int32
ycoord System.Int32
sourceSurface Microsoft.DirectX.DirectDraw.Surface
srcRectangle System.Drawing.Rectangle
flags Microsoft.DirectX.DirectDraw.DrawFastFlags
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