IMcGraphObjPoly2SmoothCurves Property
|
|
Value setting the degree of smoothing with which this polyline or
polygon is to be drawn.
Namespace:
MediaCy.IQL.Display.Overlays
Assembly:
MediaCy.IQL.Display.Overlays (in MediaCy.IQL.Display.Overlays.dll) Version: 10.0.6912.0
SyntaxProperty SmoothCurves As Double
Get
Set
Property Value
Type:
Double
RemarksThe degree of smoothing goes from zero to 100. At zero, straight
lines are drawn between vertices and there no rounding a the vertices. At
100, free flowing lines are drawn to pass through the vertices.
Assigned values outside the range of 0 to 100 are sliently clipped to those
limits.
See Also