[↑]
GCLIP
- Specify the writing clipping area of the graphic page
GCLIP [StartPointX,StartPointY,EndPointX,EndPointY]
- Get the writing clipping area of graphic page
GCLIP OUT StartPointX,StartPointY,EndPointX,EndPointY
1. Specify the writing clipping area of the graphic page
GCLIP [StartPointX,StartPointY,EndPointX,EndPointY]
・When the clipping area is designated, the subsequent graphic drawing commands are operated only within the designated range.
・If all arguments are not specified, the entire graphic page is specified.
Argument
StartPointX,Y
The start point coordinates of the clipping area (both X and Y are 0 to 2047)
EndPointX,Y
The end point coordinates of the clipping area (both X and Y are 0 to 2047)
Example
GCLIP 100,100,200,200
2. Get the writing clipping area of graphic page
GCLIP OUT StartPointX,StartPointY,EndPointX,EndPointY
Return value
StartPointX,Y
The start point coordinates of the clipping region
EndPointX,Y
The end point coordinates of the clipping region
Example
GCLIP OUT LEFT,TOP,RIGHT,BOTTOM
About this site
Our site is an unofficial manual site of programming software "SmileBASIC" for NintendoSwitch™.
I acquire the content of the site from the
official reference site
of the
SmileBoom Co.Ltd.
that is the development and sales cause of the software in real time (a minimum period of 24 hours update) and display it.
For automatic update, contents may become improper.
Please confirm the correct content in an official site.
June 3, 2020
by mim
OK
|