|
CopyStripV | |
CopyStripV SrcSurface, SrcX, SrcY1, SrcY2, DestSurface, DestX, DestT | |
Parameters: SrcSurface = The Source Surface (image or Screen) to copy from SrcX = The source strip X coordinate SrcY1 = The source strip Y (Top) coordinate SrcY2 = The source strip Y (Bottom) coordinate DestSurface = The Destination Surface (image or Screen) to copy to DestX = The destination strip X (Top) coordinate DestT = The destination strip Y (Top) coordinate |
|
Returns: NONE | |
CopyStripV copies a vertical image of pixels from one graphics surface to another. This command can be used to copy between various surface combinations ie. screen->screen, Image->Screen, Screen->Image or Image->Image Surfaces 0 = Screen 1 or above = Image FACTS: * CopyStripV destination will be clipped to the destination surfaces viewport. Mini Tutorial:
|
Related Info: | CopyImage | CopyRect | CopyStripH | GetImage : |
|
|||||||||||||||||||||||||||||||||||||||
(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com |