Prod.: Engine, ver.: 6019, ID: 60001324, Bug : Rubber band polar track line issue

Bug : Rubber band polar track line issue

Article60001324
TypeBug
ProductEngine
Version6019
Date Added2/21/2011
FixedYes [2/22/2011]
Submitted byVerma Rakesh
Keywords

Subject

Rubber band polar track line issue

Summary

The dotted rubber band line of the polar track is not visible with some ackground colors, see :
            vdDocument CurrentDoc = vdFramedControl1.BaseControl.ActiveDocument;
            CurrentDoc.Palette.Background = System.Drawing.Color.Blue;
            CurrentDoc.SnapAngle = Globals.DegreesToRadians(30);
            CurrentDoc.PolarTrackAngle = Globals.DegreesToRadians(30);
            CurrentDoc.PolarTrackLock = true;
            CurrentDoc.PolarTrack = true;
            CurrentDoc.Redraw(true);

Solution

Fixed in 6020