Methods 

IPointMarkerBatchStrategy Interface Members

The following tables list the members exposed by IPointMarkerBatchStrategy.

Public Methods
 NameDescription
 MethodAttaches the IPointMarkerBatchStrategy to the parent BasePointMarker  
 Method Called when a batched draw operation is about to begin. All subsequent draw operations will have the same width, height, rendercontext and stroke, fill.  
 MethodDetaches the IPointMarkerBatchStrategy from the parent BasePointMarker  
 Method Ends a batch draw operation.  
 Method Determines whether the X,Y point is within bounds of the Viewport for drawing  
 Method Called when a batched draw operation is being updated to this x,y position.  
Top
See Also