Prod.: Engine, ver.: 6, ID: 60000992, HowTo : Having thinner lines in HIDE mode

HowTo : Having thinner lines in HIDE mode

Article60000992
TypeHowTo
ProductEngine
Version6
Date Added11/4/2009
Submitted byKerry Francis
Keywords

Subject

Having thinner lines in HIDE mode

Summary

Is it possible to have thinner lines in HIDE mode ?

Solution

The FixedShadeOnPenWidth global property can be used in order to control the line width when RenderMode is Hidden or ShadeOn, like:

      VectorDraw.Render.vdRenderGlobalProperties.FixedShadeOnPenWidth = 0.0f;

Default value is 0.016. This value represents the width of the line in inches, by setting this to 0 then 1 pixel is used for "lines" in HIDE mode.