GraMarker() draws a 2 pixel

This forum is for eXpress++ general support.
Post Reply
Message
Author
User avatar
Eugene Lutsenko
Posts: 1649
Joined: Sat Feb 04, 2012 2:23 am
Location: Russia, Southern federal district, city of Krasnodar
Contact:

GraMarker() draws a 2 pixel

#1 Post 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

User avatar
rdonnay
Site Admin
Posts: 4813
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: GraMarker() draws a 2 pixel

#2 Post 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 )
The eXpress train is coming - and it has more cars.


Post Reply