|
GetSurfaceType | ||
SurfaceType = GetSurfaceType() | ||
Parameters: NONE | ||
Returns: SurfaceType= The type of surface this is |
||
The GetSurfaceType() function returns the type of the current drawing surface. Surface Types: 1= Video Surface (Surface In Video memory. See CreateImage) 2= FX Surface (System memory surface. See CreateFXImage) 4= Reserved 8= AFX Surface (System memory surface with Alpha Channel. See CreateFXImage) FACTS: * None Mini Tutorial: This example uses the GetSurface commands to get some basic information about the current drawing surface
This example would output.
|
Related Info: | CreateFxImage | CreateImage | GetSurface | GetSurfaceHeight | GetSurfaceStatus | GetSurfaceWidth | RenderToImage | RenderToScreen : |
|
|||||||||||||||||||||||||||||||||||||||
(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com |