Ant Organisation Ltd documentation

RendererBase.Draw Method 

Draws the object

public abstract void Draw(
   Graphics graphics,
   int xOffset,
   int yOffset,
   int stateFlags
);

Parameters

graphics
Graphics to draw the object on
xOffset
xOffset based on scrolled position
yOffset
yOffset based on scrolled position
stateFlags
State flags, either stateHighlighted, stateSelected or stateShowTarget

See Also

RendererBase Class | Ant.Workflow.View.ActivityRenderers Namespace