Page 1 of 1

GraMarker() draws a 2 pixel

Posted: Fri Apr 13, 2018 1:29 am
by Eugene Lutsenko
GraMarker() draws 2 pixels. Nobody knows why? And how to make it draw only one pixel at the specified coordinates. The description I read and tried different . But yet nothing happened

Re: GraMarker() draws a 2 pixel

Posted: Fri Apr 13, 2018 7:39 am
by rdonnay
Can I assume that you are using a DOT as the symbol?

Code: Select all

aAttr := Array( GRA_AM_COUNT )
aAttr: [GRA_AM_SYMBOL] := GRA_MARKSYM_DOT
GraSetAttrMarker( nil, aAttr )

Re: GraMarker() draws a 2 pixel

Posted: Fri Apr 13, 2018 1:26 pm
by Eugene Lutsenko
I sure do