drawPointMarkers Method
Draw the current point marker using the com.scichart.drawing.common.IRenderContext2D, the com.scichart.drawing.common.IAssetManager2D and coordinates passed in
Syntax
protected void drawPointMarkers( IRenderContext2D renderContext, IAssetManager2D assetManager, FloatValues xCoords, FloatValues yCoords ) |
Parameters
- renderContext
- The render context. This is a graphics object which has methods to draw lines, quads and polygons to the screen
- assetManager
- The asset manager. This is manager for graphic assets which has method for creation pens, brushes and textures
- xCoords
- The x coordinates to draw point marker at
- yCoords
- The y coordinates to draw point marker at
See Also