A questioon about Pen Width in the MM_ANISOTROPIC map mode.
-
How do I use CPen with a width > 1; I using MM_ANISOTROPIC and my Viewport set to 1000,100 ? When I attempt do draw a random line, the width changes I believe because of the 10:1 scale that I set. How can I keep my viewport at 1000,100 and adjust the width on my line so that the width stays the same whether I draw a line horizontal, vertical or something in between?
-
How do I use CPen with a width > 1; I using MM_ANISOTROPIC and my Viewport set to 1000,100 ? When I attempt do draw a random line, the width changes I believe because of the 10:1 scale that I set. How can I keep my viewport at 1000,100 and adjust the width on my line so that the width stays the same whether I draw a line horizontal, vertical or something in between?
I think there's little you might do. In other words, could you abandon the
MM_ANISOTROPIC
mode?If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
[My articles] -
I think there's little you might do. In other words, could you abandon the
MM_ANISOTROPIC
mode?If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
[My articles]thank you, Pallini. i cannot abandon MM_ANISOGTROPIC, i must draw tow datas curves in the figure, they use the same time X axis, but they have different Y units and measurment ranges. i hope i describe the questiong clearly,any more advices?
-
thank you, Pallini. i cannot abandon MM_ANISOGTROPIC, i must draw tow datas curves in the figure, they use the same time X axis, but they have different Y units and measurment ranges. i hope i describe the questiong clearly,any more advices?
Still I think it is easier to adapt (i.e. scale) the curves than perform the 'pen trick' (since you require the pen writing also oblique lines). :)
If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
[My articles]