How to set ANTI_ALIAS_FLAG? SOLVED by Erel
Hi,
I have a canvas for drawing a gps satellites position polarview. The drawed circles and lines are not really fine!
I've tried:
Dim Obj1 As Reflection
Obj1.Target = csvSats
Obj1.Target = Obj1.GetField("paint")
Obj1.RunMethod2("setAntiAlias", True, "java.lang.boolean")
... dos't work for me
Is there another way to set android ANTI_ALIAS_FLAG for my canvas?
regards
bitstra
Hi,
I have a canvas for drawing a gps satellites position polarview. The drawed circles and lines are not really fine!
I've tried:
Dim Obj1 As Reflection
Obj1.Target = csvSats
Obj1.Target = Obj1.GetField("paint")
Obj1.RunMethod2("setAntiAlias", True, "java.lang.boolean")
... dos't work for me
Is there another way to set android ANTI_ALIAS_FLAG for my canvas?
regards
bitstra
Last edited: