g.SmoothingMode = SmoothingMode.AntiAlias

Les 281 Reputation points
2021-03-06T22:54:26.257+00:00

Just a quick question regarding the use of AntiAlias. If I want every line or curve I draw to be as smooth as possible do I need to use this everytime I go to draw a line or circle or is it once you set it does it stay in affect? And one quick question regarding the use of this forum. If I post a question and get a response if I have an additional question on the response how do I do that or do I need to repost it again. I know in the other forum you can just keep the thread going if needed. Thanks so much, Les

VB
VB
An object-oriented programming language developed by Microsoft that is implemented on the .NET Framework. Previously known as Visual Basic .NET.
2,735 questions
0 comments No comments
{count} votes

Accepted answer
  1. Castorix31 85,806 Reputation points
    2021-03-07T00:12:28.81+00:00

    You just set SmoothingMode once, at beginning
    But you can change it if needed, like in the MSDN sample : Graphics.SmoothingMode


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.