The RenderContext to draw too
The collection of Points to render the Point Markers at
Draw Method (BasePointMarker)
Renders the PointMarker on each System.Windows.Point passed in with Fill and Stroke values. Each point is a coordinate in the centre of the PointMarker.
Syntax
public abstract void Draw( 
   IRenderContext2D context,
   IEnumerable<Point> centers
)

Parameters

context
The RenderContext to draw too
centers
The collection of Points to render the Point Markers at
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also