protected virtual void DrawTickMarks( AnnContainerMapper mapper, LeadPointD startPoint, LeadPointD endPoint, LeadLengthD tickMarkLength, AnnUnit unit, AnnStroke stroke, AnnFixedStateOperations operations )
protected virtual void DrawTickMarks( AnnContainerMapper mapper, LeadPointD startPoint, LeadPointD endPoint, LeadLengthD tickMarkLength, AnnUnit unit, AnnStroke stroke, AnnFixedStateOperations operations )
-(void) drawTickMarksMapper:(LTAnnContainerMapper*) mapper
start:(LeadPointD)startPoint
end:(LeadPointD)endPoint
tickMarklength:(LeadLengthD)length
unite:(LTAnnUnit)aUnit
stroke:(LTAnnStroke*) stroke
operations:(LTAnnFixedStateOperations) operations;
protected void drawTickMarks(AnnContainerMapper mapper,
LeadPointD startPoint,
LeadPointD endPoint,
LeadLengthD tickMarkLength,
AnnUnit unit,
AnnStroke stroke,
int annFixedStateOperations)
function Leadtools.Annotations.Rendering.AnnPolyRulerObjectRenderer.DrawTickMarks( mapper , startPoint , endPoint , tickMarkLength , unit , stroke , operations )
This method is called by the renderer to draw the tick marks of the ruler. Derived classes can override this method to provide their own implementation.