|
Group: Forum Members
Posts: 36,
Visits: 119
|
Thanks for the answer. Can you explain the following code. I am not sure how this works. Especially the geometry.RelMoveTo(0R, 0.5R). How would this know to make the line 200?
If True Then Dim plotFigure As NMoveTo = geometry.RelMoveTo(0R, 0.5R) geometry.RelLineTo(1.0R, 0.5R) plotFigure.CloseFigure = False geometry.ClipWithTextBlock = ENGeometryClipWithShapeBlock.Clip End If
Thanks, Ashley
|