gr_setfm.gml

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

GML
38
字号
.gfunc setfillmask
.if '&lang' eq 'C' .do begin
void _FAR _setfillmask( char _FAR *mask );
.do end
.el .do begin
subroutine _setfillmask( mask )
integer*1 mask(8)
.do end
.gfuncend
.desc begin
The &func &routine sets the current fill mask to the value of the argument
.arg mask.
.if '&lang' eq 'C' .do begin
When the value of the
.arg mask
argument is
.id NULL,
there will be no fill mask set.
.do end
.pp
.im gr_fillm
By default, no fill mask is set.
.desc end
.if '&lang' eq 'C' .do begin
.return begin
The &func &routine does not return a value.
.return end
.do end
.see begin
.seelist &function. _getfillmask _ellipse _floodfill _rectangle _polygon _pie _setcolor _setplotaction
.see end
.grexam begin eg_getfm.&langsuff
.grexam output
.picture eg_getfm
.grexam end
.class &grfun
.system

⌨️ 快捷键说明

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