|
CopyStripH | |
CopyStripH SrcSurface, SrcY, SrcX1, SrcX2, DestSurface, DestX, DestT | |
Parameters: SrcSurface = The Source Surface (image or Screen) to copy from SrcY = The source strip Y coordinate SrcX1 = The source strip X (Left) coordinate SrcX2 = The source strip X (Right) coordinate DestSurface = The Destination Surface (image or Screen) to copy to DestX = The destination strip X (Left) coordinate DestT = The destination strip Y (Left) coordinate |
|
Returns: NONE | |
CopyStripH copies a horizontal strip 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: * CopyStripH destination will be clipped to the destination surfaces viewport. Mini Tutorial:
|
Related Info: | CopyImage | CopyRect | CopyStripV : |
|
|||||||||||||||||||||||||||||||||||||||
(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com |