gr_getfm.gml

来自「开放源码的编译器open watcom 1.6.0版的源代码」· GML 代码 · 共 42 行

GML
42
字号
.gfunc getfillmask
.if '&lang' eq 'C' .do begin
unsigned char _FAR * _FAR
    _getfillmask( unsigned char _FAR *mask );
.do end
.el .do begin
subroutine _getfillmask( mask )
integer*1 mask(8)
.do end
.gfuncend
.desc begin
The &func &routine copies the current fill mask into the area
located by the argument
.arg mask.
The fill mask is used by the
.kw _ellipse,
.kw _floodfill,
.kw _pie,
.kw _polygon
and
.kw _rectangle
&routines that fill an area of the screen.
.pp
.im gr_fillm
.desc end
.if '&lang' eq 'C' .do begin
.return begin
If no fill mask has been set,
.id NULL
is returned; otherwise,
the &func &routine returns
.arg mask.
.return end
.do end
.see begin
.seelist &function. _floodfill _setfillmask _setplotaction
.see end
.grexam begin eg_getfm.&langsuff
.grexam end
.class &grfun
.system

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?